> For the complete documentation index, see [llms.txt](https://docs.athenachat.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.athenachat.ai/documentation/documentation-en/integrations/yclients.md).

# YClients

Booking clients into a salon via YClients integration

Integration with YClients — the agent books clients into the salon from the conversation.

## Step 1

In Athena's account, open [**Integrations**](/documentation/documentation-en/integrations.md) and click **Connect** on the yclients card.

![](https://4126380821-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwirYrs8odJMFan3KqfzY%2Fuploads%2F039vFwiSzh17wNcJnnY1%2Fyc-01.png?alt=media)

## Step 2

A list of branches will open. Click **Connect branch**.

![](https://4126380821-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwirYrs8odJMFan3KqfzY%2Fuploads%2FmKXFbEjtZ3Dk8E63VrEV%2Fyc-02.png?alt=media)

## Step 3

The YClients app card “Athena AI. AI agents” will open. Click **Connect**.

![](https://4126380821-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwirYrs8odJMFan3KqfzY%2Fuploads%2FQS6KoiXxCdATaVk0IhjY%2Fyc-03.png?alt=media)

## Step 4

Confirm access to the branch — click **Continue**.

![](https://4126380821-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwirYrs8odJMFan3KqfzY%2Fuploads%2F6k9ykSsoitMMkEexXIJE%2Fyc-04.png?alt=media)

## Step 5

The branch will appear in the list with the status “Connected”. To set booking rules, click **Edit**.

![](https://4126380821-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwirYrs8odJMFan3KqfzY%2Fuploads%2FkEVhIke4fFC400JYmVlF%2Fyc-05.png?alt=media)

## Step 6

Set up booking rules in the branch.

![](https://4126380821-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwirYrs8odJMFan3KqfzY%2Fuploads%2F8x2wfTzpbsVbE0AkHgrG%2Fyc-06.png?alt=media)

**Allow session assignment** — the agent can book clients into this branch.

**Forbid adding a new booking if there is an active booking** — if the client already has an active booking, a new one cannot be created.

**Allow cancellation and rescheduling of a booking** — the agent can cancel or reschedule a booking.

**Use booking comment** — a comment is added to each booking. Default: “Created by Athena”.

Click **Save**.

## Step 7

In the agent settings, open the **YCLIENTS**, select the desired branch and click **Save changes**.

![](https://4126380821-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwirYrs8odJMFan3KqfzY%2Fuploads%2FQGWhjZwBfZBPEr9ibG5d%2Fyc-07.png?alt=media)


---

# 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.athenachat.ai/documentation/documentation-en/integrations/yclients.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.
