> For the complete documentation index, see [llms.txt](https://docs.agilecase.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agilecase.com/administrator-documentation/setting-up-client-connect/inviting-users-to-client-connect.md).

# Inviting Users to Client Connect

This lesson will show you how to invite clients to view their own cases in AgileCase using the client connect functionality.

### Access Client Connect

<figure><img src="/files/E36h8BXbrawKEBzB4Nc6" alt="" width="179"><figcaption></figcaption></figure>

Client connect allows you to let your clients view their own cases in AgileCase.

This works by sending them an invite that allows them to create a restricted access login that can only view those cases that they are client of and that are enabled for client connect.

In order to view which clients are enabled for client connect, click the "Client Connect" button on the settings menu under "User Admin". To invite a contact to client connect, you must navigate to their contact page.

### Inviting a client

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

To invite a client to client connect, click the green "Enable Client Connect" button under their name. This will send an invite email with a hyperlink they must follow in order to create their account.

### Client invited

<figure><img src="/files/AUkAgFOd736SvMGPqFHQ" alt="" width="250"><figcaption></figcaption></figure>

Once a client has been invited, the "Enable Client Connect" button will disappear and be replaced with a message informing you that the client has already been invited.


---

# 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.agilecase.com/administrator-documentation/setting-up-client-connect/inviting-users-to-client-connect.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.
