> For the complete documentation index, see [llms.txt](https://help.stockcharts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.stockcharts.com/finding-your-way-around/logging-in-for-the-first-time.md).

# Logging In for the First Time

Now that you've created your StockCharts account, you're ready to join the StockCharts community. The first step is to log in.&#x20;

## Your User ID and Password <a href="#your_user_id_and_password" id="your_user_id_and_password"></a>

You should have received your User ID and password via email. If you didn't, please [**contact our Support staff**](https://stockcharts.com/support/techsupport.html).

We recommend you change your initial password to a new one that is between 7 and 20 characters in length. It may contain letters, numbers, and/or hyphens.

## Logging In <a href="#logging_in_and_logging_out" id="logging_in_and_logging_out"></a>

To log in to your account, click the **Log In** link in the upper right corner of any of our web pages (see image below). You will then be prompted to enter your User ID and password.

<figure><img src="/files/scYCfA6cU0Qf4ioZqpUt" alt="how to log in to your StockCharts.com account"><figcaption><p>Logging in</p></figcaption></figure>

{% hint style="info" %}
**Note:** The first time you log in, you will be prompted to accept our [Terms of Service](/learning-more/policies-and-limitations/terms-of-service.md). You won't need to do this on future logins.
{% endhint %}

## Your Dashboard

Once you log in, you will see **Your Dashboard**, the heart and soul of StockCharts.com. The page has several panels arranged in different ways, most of which can be customized to display what is important to you.&#x20;


---

# 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://help.stockcharts.com/finding-your-way-around/logging-in-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.
