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

# Log in to Cresta Help

Cresta Help provides access to product documentation, release notes, guides, and other resources available to Cresta customers.

{% hint style="warning" icon="arrows-down-to-people" %}
**Permissions and requirements**: All users with **Cresta Director** access can access the Cresta Help documentation portal. No additional setup, permissions, or access requests are required. Director access automatically grants access to Cresta Help.
{% endhint %}

## Access the documentation portal

1. Open docs.cresta.com.
2. Click Log In in the upper-right corner of the page.

<img src="https://2212331805-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2JPoJHYz9G6yt6oRbidb%2Fuploads%2FvxWCm0GjNsYd2ukGY5Mc%2Funknown.png?alt=media&amp;token=30dfeea2-2019-48da-9e96-2714c6905be1" alt="" height="172" width="624">

### If you are already logged in to Cresta Director

If Cresta Director is open in another browser tab and you are already authenticated, clicking Log In automatically signs you in to the documentation portal. No additional verification is required.

### If you are not logged in to Cresta Director

If you are not currently logged in to Cresta Director, you will be redirected to the login page.

1. Enter your Customer ID.
2. Click Next.
3. Enter your username and password.
4. Complete the sign-in process.

<img src="https://2212331805-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2JPoJHYz9G6yt6oRbidb%2Fuploads%2FhKiFj4JkgwtRnBh3pgqF%2Funknown.png?alt=media&amp;token=b2b8067e-6f83-48e8-8a3b-31ca0b30b0b8" alt="" height="443" width="624">

{% hint style="info" %}
Your **Customer ID** is required to continue with the login process. Make sure you have your Customer ID available before attempting to sign in.
{% endhint %}

## What you can access after logging in

After signing in, you can:

* Access the complete documentation portal. View product documentation, release notes, guides, and other resources.
* Browse all available navigation tabs.
* Search across the full documentation library.

## Access limitations for non-authenticated users

Users who are not logged in can only access the documentation home page.

Without signing in:

* Product documentation tabs are not visible.
* Release notes, guides, and other documentation sections are unavailable.
* Search results are limited to content published on the home page.
* Search does not return results from product documentation or other restricted sections.


---

# 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.cresta.com/readme/log-in-to-cresta-help.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.
