# Swish API

- [Overview](https://developers.swish.app/swish-api/overview.md): Leverage the power of Swish's API to create powerful integrations with your favourite tools and services.
- [Authentication](https://developers.swish.app/swish-api/authentication.md)
- [Rate limits](https://developers.swish.app/swish-api/rate-limits.md)
- [Pagination](https://developers.swish.app/swish-api/pagination.md)
- [Errors](https://developers.swish.app/swish-api/errors.md)
- [API Reference](https://developers.swish.app/swish-api/api-reference.md)
- [Items](https://developers.swish.app/swish-api/api-reference/items.md): An Item in Swish belongs to a List and references a Shopify product/variant.
- [Lists](https://developers.swish.app/swish-api/api-reference/lists.md): A List in Swish belongs to a Profile and contains Items.
- [Profiles](https://developers.swish.app/swish-api/api-reference/profiles.md): A Swish profile is the entity to which Items and Lists belong.


---

# 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://developers.swish.app/swish-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.
