> For the complete documentation index, see [llms.txt](https://guide.taskopad.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.taskopad.com/fundamentals/add-on-feature/client-information-sharing.md).

# Client Information Sharing

You have the option to include a client's contact card in the comment section, ensuring all essential client details are readily available in the task information. Facilitate seamless sharing and exchange of client information using the client custom field add-on.

Access this feature by navigating to the Organization Management settings, selecting General Settings, and specifying the team with whom you wish to share client information.

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

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

After granting appropriate permissions during task creation and associating a client with it, you can effortlessly review all relevant information related to that specific client.

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

From the **"Information"** button you can get all the details of clients.

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

You have the flexibility to copy and share these details in any "Text Area," making it convenient to retrieve client information directly from the task.&#x20;

Additionally, client details can be shared via the Client Contact Card in the comment section, allowing for a streamlined communication process. Furthermore, the versatility extends to sharing multiple client information through the contact card.

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

Additionally, you can add a contact card in the discussion as well.

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


---

# 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://guide.taskopad.com/fundamentals/add-on-feature/client-information-sharing.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.
