> For the complete documentation index, see [llms.txt](https://developers.tozny.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.tozny.com/toz-id.md).

# TOZ Id

- [Authentication Overview](https://developers.tozny.com/toz-id/authentication-overview.md): Authentication in TozID is handled differently than most traditional identity management platforms.  Here we'll look at what makes TozID different.
- [Enterprise SSO](https://developers.tozny.com/toz-id/enterprise-sso.md)
- [Adding Users](https://developers.tozny.com/toz-id/enterprise-sso/adding-users.md)
- [Slack (Quick Setup)](https://developers.tozny.com/toz-id/enterprise-sso/slack-quick-setup.md): How to quickly configure Slack for TozID SSO for your workplace or organization.
- [Freshdesk (Quick Setup)](https://developers.tozny.com/toz-id/enterprise-sso/freshdesk-quick-setup.md): This describes the steps necessary to complete the Freshdesk integration when using the rapid setup guide in TozID.
- [Atlassian (Quick Setup)](https://developers.tozny.com/toz-id/enterprise-sso/atlassian-quick-setup.md): This describes the steps necessary to complete the Atlassian (Jira) integration when using the rapid setup guide in TozID.
- [Dropbox (Quick Setup)](https://developers.tozny.com/toz-id/enterprise-sso/dropbox-quick-setup.md): This describes the steps necessary to complete the Dropbox integration when using the rapid setup guide in TozID.
- [GSuite](https://developers.tozny.com/toz-id/enterprise-sso/gsuite.md): How to configure Google as a relying party manually for TozID or Keycloak
- [Office 365](https://developers.tozny.com/toz-id/enterprise-sso/office-365-setup.md): This describes the steps necessary to complete the Office 365 integration when using the rapid setup guide in TozID.
- [Customer Identity Management](https://developers.tozny.com/toz-id/guides.md)
- [Vue with TozID](https://developers.tozny.com/toz-id/guides/vue-with-tozid.md)


---

# 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:

```
GET https://developers.tozny.com/toz-id.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
