# API

## Learn more about Secoda APIs <a href="#h_3a4bfd6458" id="h_3a4bfd6458"></a>

Looking to interact with your Secoda workspace programmatically? You can use the APIs to make edits in bulk, create new resources, manage users, and so much more. Learn more about our API here.

### [Get Started](/api/reference/getting-started.md) <a href="#h_3a4bfd6458" id="h_3a4bfd6458"></a>

### [Authentication](/api/authentication.md) <a href="#h_3a4bfd6458" id="h_3a4bfd6458"></a>

### [Reference](/api/reference.md) <a href="#h_3a4bfd6458" id="h_3a4bfd6458"></a>

If you have any questions about the API, reach out to <support@secoda.co>

{% hint style="info" %}
Not using Secoda to manage your data documentation yet? Sign up for free [here](https://app.secoda.co/) 👈
{% 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.secoda.co/api.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.
