> For the complete documentation index, see [llms.txt](https://waap.docs.link11.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://waap.docs.link11.com/using-the-product/the-link11-waap-api/overview.md).

# Overview

Link11 WAAP includes an API that provides full coverage of the system's capabilities.

Using the API will require familiarity with the following:

* L11WAAP's [internal data structures](/using-the-product/the-link11-waap-api/internal-data-structures.md)
* The API's namespaces and endpoints, which are documented in two locations:
  * In the reference section of this manual [here](/reference-information/api.md).
  * In Swagger UI. Along with documenting the API, this also includes the ability to submit API calls directly to your planet. ([more info](/using-the-product/the-link11-waap-api/using-swagger-ui.md))
* (Optional) the process for [accessing the API using curl](/using-the-product/the-link11-waap-api/using-curl.md).


---

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

```
GET https://waap.docs.link11.com/using-the-product/the-link11-waap-api/overview.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.
