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

# access & support

- [Identity & Access](https://docs.chatlayer.ai/support/access-control.md): Explore the offered possibilities for role based access control and identity management in our platform.
- [Single Sign-On (SAML SSO)](https://docs.chatlayer.ai/support/access-control/single-sign-on-sso-saml.md): With SIngle Sign-On (SSO), your users can access Chatlayer through your organization's identity and access management (IAM) system.
- [Billing & subscription](https://docs.chatlayer.ai/support/billing-and-subscription.md)
- [Get in touch](https://docs.chatlayer.ai/support/get-in-touch.md): Still have questions after reading this documentation? Need help with a specific issue? We got you.
- [Chatlayer glossary](https://docs.chatlayer.ai/support/glossary.md): This pages gives the definition of all the Chatlayer words, by alphabetical order.
- [SaaS Regions & IP Ranges](https://docs.chatlayer.ai/support/saas-regions-and-ip-ranges.md)
- [Debug your bot](https://docs.chatlayer.ai/support/solving-bot-issues.md)
- [No correct response](https://docs.chatlayer.ai/support/solving-bot-issues/1.-no-correct-response.md)
- [Collect input not working](https://docs.chatlayer.ai/support/solving-bot-issues/2.-input-validation-not-working.md)
- [Video isn't working](https://docs.chatlayer.ai/support/solving-bot-issues/3.-media-upload-not-working.md): This article will explain how to show a Youtube video (or any other external video) in your bot.


---

# 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.chatlayer.ai/support.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.
