# Fetch API

- [Getting started](https://docs.feedbackly.com/api/master.md)
- [Authentication](https://docs.feedbackly.com/api/authentication.md): Feedbackly API requests are authenticated with an API key that can be retrieved from the user settings.
- [Responses](https://docs.feedbackly.com/api/responses.md): Getting responses from Feedbackly
- [GET Responses](https://docs.feedbackly.com/api/responses/get-responses.md)
- [GET Response by id](https://docs.feedbackly.com/api/responses/get-response-by-id.md)
- [Response chains](https://docs.feedbackly.com/api/response-chains.md): Getting response chains from Feedbackly
- [GET Response-chains](https://docs.feedbackly.com/api/response-chains/get-response-chains.md)
- [GET Response-chain by id](https://docs.feedbackly.com/api/response-chains/get-response-chain-by-id.md)
- [Questions](https://docs.feedbackly.com/api/questions.md): Getting questions from Feedbackly
- [GET Questions](https://docs.feedbackly.com/api/questions/get-questions.md)
- [GET Question by id](https://docs.feedbackly.com/api/questions/get-question-by-id.md)
- [Surveys](https://docs.feedbackly.com/api/surveys.md)
- [GET Surveys](https://docs.feedbackly.com/api/surveys/get-surveys.md)
- [GET Surveys by id](https://docs.feedbackly.com/api/surveys/get-surveys-by-id.md)
- [Touchpoints](https://docs.feedbackly.com/api/touchpoints.md): Touchpoints are the identifiable sources of all responses.
- [GET Touchpoints](https://docs.feedbackly.com/api/touchpoints/get-touchpoints.md)
- [GET Touchpoint by id](https://docs.feedbackly.com/api/touchpoints/get-touchpoint-by-id.md)
- [Unsubscriptions](https://docs.feedbackly.com/api/unsubscriptions.md): Get Unsubscribed contacts from Feedbackly
- [GET Unsubscriptions](https://docs.feedbackly.com/api/unsubscriptions/get-touchpoints.md)
- [GET Unsubscriptions by  Channel id](https://docs.feedbackly.com/api/unsubscriptions/get-touchpoints-1.md)
- [Notes](https://docs.feedbackly.com/api/notes.md)
- [Entity relationships](https://docs.feedbackly.com/api/notes/entity-relationships.md)
- [Pagination](https://docs.feedbackly.com/api/notes/pagination.md): For endpoints that returns multiple objects, pagination is done by providing the URL's to get the next objects (if more are available)
- [Question types](https://docs.feedbackly.com/api/notes/question-types.md): This table clarifies the different outputs per question type


---

# 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.feedbackly.com/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.
