> For the complete documentation index, see [llms.txt](https://emotiv.gitbook.io/cortex-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emotiv.gitbook.io/cortex-manual/account_screen/licenses.md).

# Licenses

All licenses associated with your EmotivID will be displayed in the Account tab. To refresh the license list, click on the refresh ![](/files/-LIeS-bqut8UBt_JDq4c) icon located in the top right corner of the Account screen. [Paid licenses](https://www.emotiv.com/developer/) display information about the number of seats and subsequent payment dates associated with the license.

To manage your subscription settings (such as to change the number of seats on your license), click on the “Manage subscription” button on the Account screen and follow instructions on our website.

For information about the various licensing options available for EMOTIV, please click on the 'View Licensing Options' link at the bottom.


---

# 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://emotiv.gitbook.io/cortex-manual/account_screen/licenses.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.
