# Swish Developer Docs

## Developers

- [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.
- [API Client](https://developers.swish.app/libraries/api-client.md): Lightweight JS client for the Swish REST API.
- [Browser](https://developers.swish.app/libraries/browser.md): JS library to integrate Swish into a browser environment.
- [Node.js](https://developers.swish.app/libraries/node.js.md): JS library to integrate Swish on a Node.js server.
- [React](https://developers.swish.app/libraries/react.md): JS library to integrate Swish into a React project.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://developers.swish.app/swish-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.
