> For the complete documentation index, see [llms.txt](https://1ex.gitbook.io/1ex-smart-dom/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://1ex.gitbook.io/1ex-smart-dom/work-beginning/download.md).

# Download

* Install  the 1ex Terminal app on your computer.&#x20;
* Follow the regular download process.

<figure><img src="/files/cycGjh8J9Qron6bItZTP" alt="" width="563"><figcaption><p>Select Language</p></figcaption></figure>

<figure><img src="/files/thnMGTC9hRCngFqkw8CN" alt="" width="563"><figcaption><p>Accept terms of agreement</p></figcaption></figure>

<figure><img src="/files/hYl938NFcekuP6rd9jRf" alt="" width="563"><figcaption><p>Select the folder for installation</p></figcaption></figure>

<figure><img src="/files/pTcZ2xXVN85hMVyKaqOU" alt="" width="563"><figcaption><p>Check the installation process</p></figcaption></figure>

<figure><img src="/files/AXnPJftL4ab8NnP7TJFP" alt="" width="563"><figcaption><p>Finish the installation and open the app if needed</p></figcaption></figure>

* Start 1ex Terminal using the corresponding label on the desktop.
* Next, in the window that appears, you must enter your username and password (you need to take these data in your personal account 1ex.com in section 1ex Terminal).

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

Login and password (example from your personal account):

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


---

# 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://1ex.gitbook.io/1ex-smart-dom/work-beginning/download.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.
