# Components - a closer look

Here, we'll guide you through the "what, how and why" of each individual component in much more detail. They can take a little trial and error to understand, and that's okay - some seem self-explanatory, while others seem super complex, but with any luck these tutorials and use-cases can help you on your way to using them with confidence!

As always, if you're having trouble or want to ask questions that these tutorials don't seem to answer, you can reach out to our dev team via **#get-help** the [Discord server](https://discord.gg/gkG3GsP8).

### Now, you ready to get started? 👀


---

# 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.mutate.games/component-tutorials/components-a-closer-look.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.
