# Authentication

The Conduit feature adds a layer of security when importing and exporting data by adding a security token and server-side validation when passing data requests. It is activated per user on a one-by-one basis.

When conduit is activated, the token allows the service to access all of the data that the user has access to, with the same level of authority and roles.

#### Activating Conduit

To activate it for one of your users (or yourself) log into the AlphaX system and follow the instructions below.

* Navigate to People->Users in the main Navigation Menu
* Select the user that Conduit should be enabled for.
* Toggle the “Enable Conduit” Switch.
* Click the Save button.
* The Conduit Token ID will be displayed for that user


---

# Agent Instructions: 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:

```
GET https://apidocs.alphax.cloud/authentication.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
