# Design

- [Design - Structure](https://lanefox.gitbook.io/attributes/design/design-structure.md): This explains the structure of components.
- [Design - Hitboxes](https://lanefox.gitbook.io/attributes/design/design-hitboxes.md): How to handle damage and getting hit in general.
- [Design - In Concept](https://lanefox.gitbook.io/attributes/design/design-in-concept.md): This explains concepts and design principles for the system's internals.
- [Design - In Practice](https://lanefox.gitbook.io/attributes/design/design-in-practice.md): This covers some things you may want to do in practice.


---

# 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://lanefox.gitbook.io/attributes/design.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.
