# Infrastructure

- [Steady Flow of Truth](https://docs.leandesignsystem.org/tactics/infrastructure/steady-flow-of-truth.md): We set up central repositories for our design system artifacts and establish a steady flow of components and optimizations between them.
- [Radical Modularity](https://docs.leandesignsystem.org/tactics/infrastructure/radical-modularity.md): We keep our interfaces clean and simple. We leverage 3rd party resources to their fullest and steer clear of common pitfalls.
- [A Name and a Place](https://docs.leandesignsystem.org/tactics/infrastructure/a-name-and-a-place.md): Making it official: We give our design system a (working) title and a hub.


---

# 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.leandesignsystem.org/tactics/infrastructure.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.
