# Developer Docs

- [API Reference](https://docs.workfx.ai/workfx-1.1.x-english/developer-docs/api-reference.md)
- [Tenants](https://docs.workfx.ai/workfx-1.1.x-english/developer-docs/api-reference/tenants.md): Get the details of the current tenant.
- [Tenant Units](https://docs.workfx.ai/workfx-1.1.x-english/developer-docs/api-reference/tenant-units.md): Manage tenant units, including listing all units, creating a new one, retrieving a specific unit, and getting the default tenant unit.
- [Datasets](https://docs.workfx.ai/workfx-1.1.x-english/developer-docs/api-reference/datasets.md): Manage datasets, including creating, retrieving, listing, updating, and deleting datasets. These datasets can be used for Retrieval-Augmented Generation (RAG).
- [Documents](https://docs.workfx.ai/workfx-1.1.x-english/developer-docs/api-reference/documents.md): Manage documents and their chunks, including creation via URL or file upload, retrieval, update, deletion, search, and status control. Documents can be associated with datasets.
- [Agent](https://docs.workfx.ai/workfx-1.1.x-english/developer-docs/api-reference/agent.md)
- [Agent Flows](https://docs.workfx.ai/workfx-1.1.x-english/developer-docs/api-reference/agent/agent-flows.md): Manage conversational flows for agents. Use these APIs to create, update, retrieve, publish, list, and run draft flows. Ideal for designing, testing, and deploying multi-step agent behaviors.
- [Agent Operations](https://docs.workfx.ai/workfx-1.1.x-english/developer-docs/api-reference/agent/agent-operations.md): Manageand operate agents. These endpoints allow you to create, retrieve, update, delete, and interact with agents through chats and background tasks.
- [Agent Instructions](https://docs.workfx.ai/workfx-1.1.x-english/developer-docs/api-reference/agent/agent-instructions.md): Manage  Agent Instructions, which are agents configured directly via conversation prompts. These endpoints allow you to create, retrieve, publish, and execute draft Agent instructions.
- [Tools](https://docs.workfx.ai/workfx-1.1.x-english/developer-docs/api-reference/tools.md): Manage conversations between users and agents. These endpoints allow you to create, retrieve, update, and delete conversations, and retrieve their associated messages.
- [Conversations](https://docs.workfx.ai/workfx-1.1.x-english/developer-docs/api-reference/conversations.md): Manage conversations between users and agents. These endpoints allow you to create, retrieve, update, and delete conversations and their associated messages.
- [Files](https://docs.workfx.ai/workfx-1.1.x-english/developer-docs/api-reference/files.md): Manage files used by agents or users. These endpoints support file uploads, previews, and importing files directly from URLs.
- [API Key](https://docs.workfx.ai/workfx-1.1.x-english/developer-docs/api-key.md)


---

# 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.workfx.ai/workfx-1.1.x-english/developer-docs.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.
