> For the complete documentation index, see [llms.txt](https://docs.ag5.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ag5.com/accounts-roles-and-permissions/signing-into-ag5-for-the-first-time.md).

# Signing into AG5 for the first time

You've just been told that you have an AG5 account. That's great! Welcome to the platform.&#x20;

What now though? How do you sign in?

> **Signing in with SSO**\
> \
> If your organization has [SSO (Single sign-on)](/data-management/integrations.md) enabled, then the steps below are not necessary, as you'll be able to log into AG5 without creating a password. \
> \
> Instead, simply click on AG5 in your organization's app library or go to <https://matrix.ag5.com/>. There, after entering your email address, you'll see the option to sign in using SSO.\
> \ <img src="https://cdn.elev.io/file/uploads/qkYqiBYxwTDWm05HcTy6vL9-Bt6vpySUOK3cwcx7jPo/1HOs52lxviLIkrYNWf5uEANTa8y5HR2KtxnCIbnQVok/1730129978282-SjI.png" alt="" data-size="original">

**Signing in without SSO**

If your organization does NOT have SSO enabled, follow these steps to create your password:

1. Navigate to your AG5: <https://matrix.ag5.com/>
2. After clicking on that link, you'll arrive at this screen. Enter your email address and click "Next":\
   \
   ![](https://cdn.elev.io/file/uploads/qkYqiBYxwTDWm05HcTy6vL9-Bt6vpySUOK3cwcx7jPo/jlJ9LTpbAmwIxwo1RMk0nO9bBNkyv8SvQqEa3FTjHe8/1729850340878-Ag4.png)\ <br>
3. Then, click on "Request new password".\
   \
   ![](https://cdn.elev.io/file/uploads/qkYqiBYxwTDWm05HcTy6vL9-Bt6vpySUOK3cwcx7jPo/OEVpN6bW8-9ueLPIDyVVR5giUM7KS8KW6UBxOuvW8fo/1729850485746-Qjc.png)\ <br>
4. And then click "Submit".\
   \
   ![](https://cdn.elev.io/file/uploads/qkYqiBYxwTDWm05HcTy6vL9-Bt6vpySUOK3cwcx7jPo/gR1K5mN1yFrG1iL9wwLkADLJyiAJhE9JiwEqyAxgD7g/1729850530670-pwE.png)\ <br>
5. After this point, you'll receive an automated email from AG5 allowing you to set up your new password (Check your spam folder if it doesn't appear in your inbox).
6. Finally, go back to AG5 and sign in with your email address and the password you just created.
7. You're all set! Write to us at <support@ag5.com> if you have questions.


---

# 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.ag5.com/accounts-roles-and-permissions/signing-into-ag5-for-the-first-time.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.
