> For the complete documentation index, see [llms.txt](https://docs.plextrac.com/plextrac-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plextrac.com/plextrac-documentation/product-documentation/clients/managing-clients.md).

# Managing Clients

Once clients have been added, PlexTrac offers a range of features that facilitate editing and managing information, including contact details, custom fields, logos, and additional notes and details. Users can ensure client information remains accurate and relevant with just a few clicks.

## Editing Client Information

<mark style="background-color:yellow;">Step 1:</mark> From the **Clients** module home page, click **View** under the "Actions" menu for the impacted client.

<figure><img src="/files/T2rgI8qVzv05AZApI5tL" alt=""><figcaption></figcaption></figure>

<mark style="background-color:yellow;">Step 2:</mark> Click **Edit Client Information**.

<div align="left"><figure><img src="/files/ZONHzYs9huLakvcHYIVy" alt="" width="563"><figcaption></figcaption></figure></div>

<mark style="background-color:yellow;">Step 4:</mark> The "Edit Client Information" modal appears and can be modified as desired. Click **Submit** when finished.&#x20;

<div align="left"><figure><img src="/files/jXHAP5vo3526NzVV2nFl" alt="" width="563"><figcaption></figcaption></figure></div>

## Deleting a Client

<mark style="background-color:yellow;">Step 1:</mark> From the **Clients** module home page, click the three dots under the "Actions" column corresponding to the client and click **Delete Client**.&#x20;

<div align="left"><figure><img src="/files/nkWdjt0STC7GXwhagpfn" alt="" width="467"><figcaption></figcaption></figure></div>

<mark style="background-color:yellow;">Step 2:</mark> A modal will appear, confirming the action. Type in the client name and click **Delete**.&#x20;

<div align="left"><figure><img src="/files/EsTNDYMlwvT2qpXW5R5f" alt="" width="358"><figcaption></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.plextrac.com/plextrac-documentation/product-documentation/clients/managing-clients.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
