# Working with the components

- [Components: Intro](https://docs.trydrupal.com/radix/working-with-the-components/components-intro.md): Components, the building blocks of Radix
- [Components: A deep dive](https://docs.trydrupal.com/radix/working-with-the-components/components-a-deep-dive.md): Getting to know the components structure, what are they, why they are the way they are and how to use them to our advantage.
- [An example component](https://docs.trydrupal.com/radix/working-with-the-components/an-example-component.md): What's inside a component and how to use it
- [The drupal-radix-cli](https://docs.trydrupal.com/radix/working-with-the-components/the-drupal-radix-cli.md): The helper npm package to maintain your Radix components
- [Copy and modify a component](https://docs.trydrupal.com/radix/working-with-the-components/copy-and-modify-a-component.md): How to copy over a component from Radix parent theme, to our own Sub-theme and start using that instead.


---

# 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.trydrupal.com/radix/working-with-the-components.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.
