# General vs. technical guidance

### What is the difference between general guidance and technical guidance?

General guidance typically refers to assistance that provides broad advice and recommendations related to your app, helping you understand basic concepts and principles. Technical guidance, on the other hand, goes deeper and involves detailed assistance with specific technical aspects of your app. It often includes troubleshooting, in-depth problem-solving, and guidance on complex technical issues.

In summary, general guidance offers broad, non-technical support, while technical guidance delves into specific technical aspects and issues.


---

# 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.appmysite.com/support/general-vs.-technical-guidance.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.
