# Lucid

## Connection Requirements

{% stepper %}
{% step %}

### Domain

The domain of the Lucidchart server you want to connect to. Requests will be directed to this address.

{% hint style="info" %}
🔵 **Default: <https://api.lucid.co>**
{% endhint %}
{% endstep %}

{% step %}

### API Token

How to get an API token for Lucidchart:

{% hint style="info" %}
🔵 **API Token Generation Steps**

* Navigate to the **API Keys** section of the developer portal.
* Click the **"Create API Key"** button.
* Input details for the new key.
* Click **"Generate API key"**.
* You will see the newly created key.
* **Save this key securely** — once you exit the screen, you will not be able to view it again.
  {% endhint %}

{% hint style="warning" %}
🔵 Ensure the API Token has at least a permission that grants access to read users.
{% endhint %}
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
⚠️ **Attention**\
Please perform a **connection test** to ensure there is a valid connection to the Lucidchart host.\
When the discovery operation is finalized, you will be able to see the details on the **Assets** page.
{% endhint %}


---

# 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://docs.octoxlabs.com/adapters/adapters/lucid.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.
