# Summary

Note that the examples in this guide are not fool-proof and/or audited and should only be used for reference/educational purposes.

To submit bug reports or give suggestions, send a message to our official Discord handle or Twitter. The links are available in the ["Helpful resources"](/andromedaswap-documentation/helpful-resources.md) section of this documentation.


---

# 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://andromeda-swap.gitbook.io/andromedaswap-documentation/ink-developers-guide/summary.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.
