> For the complete documentation index, see [llms.txt](https://docs.fiinpro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fiinpro.com/english/general-guidelines/website-layout/header.md).

# Header

**Header**: is the bar that appears at the top of the system screen.&#x20;

<figure><img src="/files/oD9ib4p4m5FFWGCKHtG6" alt=""><figcaption><p>Figure 1. Header bar</p></figcaption></figure>

Including:

* Recently Viewed <img src="/files/TWzZU2L0IVe7J7rF1hav" alt="" data-size="line">
* Advanced Search:&#x20;

<figure><img src="/files/mNy63NAm4GHI4MIR25Q3" alt=""><figcaption><p>Figure 2: Advanced Search</p></figcaption></figure>

* Realtime Index Data Ribbon: Displays trading data of some indices&#x20;

<figure><img src="/files/RzRuFXePeaol8qLQtUFN" alt=""><figcaption><p>Figure 3. Realtime Index Data Ribbon</p></figcaption></figure>

* Shortcut settings: Language, fonts, account information and sign out.

<figure><img src="/files/5j1XhLJ81q8PFwS70ms5" alt=""><figcaption><p>Figure 4. Shortcut settings</p></figcaption></figure>

These settings are at the right corner of the Header bar. For Action Log out from the system, users follow the steps below:

&#x20;

1\.   The user clicks on the User icon <img src="/files/y6ykE29qgsv2t3xrp3IC" alt="" data-size="line"> in the rightmost corner on the Header bar, the FiinPro-X screen displays:&#x20;

<figure><img src="/files/hqLH4vXdYKVtkdDJlx2H" alt=""><figcaption><p>Figure 5. Log out</p></figcaption></figure>

2\.   Select Log out, the system will send a confirmation message to log out&#x20;

<figure><img src="/files/T7BTccYdriG2x5zOedUR" alt=""><figcaption><p>Figure 6. Log out confirmation</p></figcaption></figure>

3\.   Select Log Out to exit the system. Otherwise, select Cancel.


---

# 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.fiinpro.com/english/general-guidelines/website-layout/header.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.
