# Prompting

- [Prompt Basics](https://docs.maker.co/prompting/prompt-basics.md): Use these guidelines to craft clear, actionable prompts that help Maker deliver exactly what you need.
- [Prompt Examples & Use Cases](https://docs.maker.co/prompting/prompt-basics/prompt-examples-and-use-cases.md): This page contains a curated collection of practical use cases for what you can create using Maker's AI-powered frontend tools.
- [Debugging with Prompts](https://docs.maker.co/prompting/debugging-with-prompts.md): Use focused prompts to troubleshoot and fix issues in your project. Maker understands error messages, context, and best practices to help streamline debugging.


---

# 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.maker.co/prompting.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.
