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

# Login

In order to sign in to Rekor Discover, a tenant account must first be set up for the customer site. Please contact Rekor to accomplish this. Each customer will have an administrative user that will add the operational users to the tenant account. Once each user is created, the user will receive an invitation to login and create a password. Once this is complete, the user may log in.

Using an Internet browser, type the following URL into the browser:

{% embed url="<https://discover.rekor.one>" %}

Enter the user email address used when setting up the account.

<figure><img src="/files/zQSZs8wQWKJteY1Pe4kZ" alt=""><figcaption></figcaption></figure>

Enter the password created when the user logged into the site for the first time.

<figure><img src="/files/FXITthCsHNhBk2GpCsxI" alt=""><figcaption></figcaption></figure>

If the password has been forgotten, the user can click the Forgot Password? link. Once the link is selected, the Recover Password screen will be displayed.

<figure><img src="/files/w8MkxdhhNtkpjzCmJtCN" alt=""><figcaption></figcaption></figure>

You may then click the "Email me a recovery link" button.

A recovery link will be emailed to the address that was used to create the account.


---

# 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.rekor.ai/rekor-discover-r/getting-started/quickstart.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.
