# Using components

- [Bricksforge One-Click](https://bricksmotion.gitbook.io/bricksmotion-components/using-components/bricksforge-one-click.md)
- [Bricks Structure](https://bricksmotion.gitbook.io/bricksmotion-components/using-components/bricks-structure.md)
- [Activate "Event Panel"](https://bricksmotion.gitbook.io/bricksmotion-components/using-components/activate-event-panel.md)
- [Manual Importing Timelines and Events](https://bricksmotion.gitbook.io/bricksmotion-components/using-components/manual-importing-timelines-and-events.md)
- [Locked Classes](https://bricksmotion.gitbook.io/bricksmotion-components/using-components/locked-classes.md): Every class inside a component that is targeted by GSAP or other JavaScript code is locked. That doesn't mean that you shouldn't edit these classes, but rather to give you hint.
- [Reassign Timelines](https://bricksmotion.gitbook.io/bricksmotion-components/using-components/reassign-timelines.md)
- [Loading Conditions](https://bricksmotion.gitbook.io/bricksmotion-components/using-components/loading-conditions.md)


---

# 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://bricksmotion.gitbook.io/bricksmotion-components/using-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.
