# Integration

- [SFTP List](https://docs.does.qa/test-steps/integration/sftp-list.md): List files, folders or both on a SFTP server.
- [GET](https://docs.does.qa/test-steps/integration/get.md): Perform a API GET request and store the returned value.
- [PUT](https://docs.does.qa/test-steps/integration/put.md): Perform a API PUT request and store the returned value.
- [POST](https://docs.does.qa/test-steps/integration/post.md): Perform a API POST request and store the returned value.
- [PATCH](https://docs.does.qa/test-steps/integration/patch.md): Perform a API PATCH request and store the returned value.
- [DELETE](https://docs.does.qa/test-steps/integration/delete.md): Perform a API DELETE request and store the returned value.
- [Slack Send](https://docs.does.qa/test-steps/integration/slack-send.md): Send a message to a specific slack channel.
- [SFTP Upload](https://docs.does.qa/test-steps/integration/sftp-upload.md): Upload a generated file to a SFTP server.


---

# 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.does.qa/test-steps/integration.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.
