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

# Matrica Connect

- [Matrica Connect Overview](https://docs.matrica.io/matrica-connect/matrica-connect-overview.md): Features of Matrica Connect
- [Who's Building with Matrica Connect?](https://docs.matrica.io/matrica-connect/whos-building-with-matrica-connect.md): Overview of top clients and Use Cases of Matrica Connect from our Enterprise partners
- [What is OAuth2?](https://docs.matrica.io/matrica-connect/what-is-oauth2.md)
- [Create your application](https://docs.matrica.io/matrica-connect/create-your-application.md)
- [Initial Redirect](https://docs.matrica.io/matrica-connect/initial-redirect.md): This will trigger the OAuth 2.0 flow.
- [Retrieving the Access Token](https://docs.matrica.io/matrica-connect/retrieving-the-access-token.md)
- [API Reference](https://docs.matrica.io/matrica-connect/api-reference.md)
- [OAuth2 API Reference V2](https://docs.matrica.io/matrica-connect/oauth2-api-reference-v2.md)
- [OAuth2UserV2](https://docs.matrica.io/matrica-connect/oauth2-api-reference-v2/oauth2userv2.md)
- [Models](https://docs.matrica.io/matrica-connect/oauth2-api-reference-v2/models.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://docs.matrica.io/matrica-connect.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.
