# Help

### Troubleshooting Errors

The Troubleshooting Errors page has a collection of errors users may run into while using PancakeSwap. It shows the problem with both a solution to the problem, and a reason explaining why the problem happened.

{% content-ref url="/pages/-Mgngm6vpTFGXQAdFepq" %}
[Troubleshooting Error](/kaco-doc/help/troubleshooting-error.md)
{% endcontent-ref %}

### General FAQ

The General FAQ page answers the common questions we get from PancakeSwap users. The answers to these questions give advice, an explanation, or a link to a useful resource.

{% content-ref url="/pages/-MgngleJZsk4dbX2cFB9" %}
[General FAQ](/kaco-doc/help/general-faq.md)
{% endcontent-ref %}

### Other Questions

There are also a number of guides in the help topic that will walk you through technical problems. We add guides when a problem that may be difficult to solve comes up often, so if you're having trouble be sure to check here for a guide to your problem.

{% content-ref url="/pages/-MgngkWoJJOVRIpiAp3B" %}
[Other Questions](/kaco-doc/help/other-questions.md)
{% endcontent-ref %}


---

# 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://coinversationprotocol.gitbook.io/kaco-doc/help.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.
