> For the complete documentation index, see [llms.txt](https://docs.novacura.com/flow-connect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novacura.com/flow-connect/working-with-connect/connect-to-systems/connector-agents/add-agent.md).

# Add agent

After a successful installation of the agent manager, you can add agent for your organization

* Launch agent manager and select agent **New Agent**. <br>

  <figure><img src="/files/X3xpbefn6uWgWncOb9Bz" alt="" width="461"><figcaption></figcaption></figure>
* Choose the installation folder and enter a meaningful name for agent name.
* Generate a token in the Hub for the chosen agent group. You can do that by selecting **Create token** in the agent group. Copy the token to the clipboard.

  <figure><img src="/files/mBkPZKWRaghaaZQkKsu9" alt=""><figcaption></figcaption></figure>
* Enter the token copied from Connect Hub for the selected agent group.
* Select **Install** to complete the installation.

  <figure><img src="/files/9za6aNjgoBHNZh7vyHyA" alt="" width="462"><figcaption></figcaption></figure>

{% hint style="warning" %}
Store the generated token securely.&#x20;
{% endhint %}

## Export encryption keys

Connector agents use a specialized mechanism to securely encrypt the data exchanged between the agent and the Novacura Cloud. For this purpose, a set of encryption keys is generated during the initial agent installation, and you will need to provide these keys when installing additional agents.

After installing the first agent, it’s essential to export and store the encryption keys securely. Note that Novacura Cloud does not retain the encryption keys for your agent, so it is your responsibility to keep them safe and accessible for additional agent installations.

&#x20; To export the encryption keys,

1. In the **Agent Manager** select an agent and select  **Details**.
2. Select **Export Keys**.
3. Store exported file securely.

<figure><img src="/files/B6ZTGByLlbJz8BFQPjGa" 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://docs.novacura.com/flow-connect/working-with-connect/connect-to-systems/connector-agents/add-agent.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.
