> 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/user-documentation/client-connect/client-side-experience.md).

# Client Side Experience

This lesson will show you the client experience when using client connect. To find out how to invite and disable client access, view our lesson in the administration chapter [here](/administrator-documentation/user-administration-settings/client-connect.md).

{% stepper %}
{% step %}

### Confirmation email

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

The client will recieve a confirmation email that looks like this. When they click the link they will accept the invite and be taken to the sign up page.
{% endstep %}

{% step %}

### Client registration

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

On the sign up page the client must decide on a password and enter the captcha code to confirm their identity.

After they are done, clicking "Register" will create their account.
{% endstep %}

{% step %}

### Client view

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

The client will now be able to view their own client page and any notes, tasks, communications or documents that are set to be visible to the public. They can also access any cases that they are client of, provided you have enabled them for client connect.
{% endstep %}

{% step %}

### Client case view

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

Once a case has been enabled for client connect, the client can view a restricted case page with only public tabs available for viewing.
{% endstep %}

{% step %}

### Uploading documents

<figure><img src="/files/axK3zIlOmxxLOW7xEj2s" alt="" width="170"><figcaption></figcaption></figure>

It is also possible for a client to upload documents to a case using client connect. To do so simply click the "New" button to activate the dropdown menu then select "Upload File".

This will allow the client to select and upload a file to your case from their own system.
{% endstep %}
{% endstepper %}


---

# 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/user-documentation/client-connect/client-side-experience.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.
