# Sistemas de diseño con Atomico

{% hint style="danger" %}
La siguiente guía está en desarrollo&#x20;
{% endhint %}

1. [Estrategias de estructuración de repositorio con Atomico al crear sistemas de diseño.](/doc/espanol/guias/sistemas-de-diseno/estrategias-de-estructuracion-de-repositorio-con-atomico-al-crear-sistemas-de-diseno..md)
2. [Storybook](/doc/espanol/guias/sistemas-de-diseno/storybook.md)
3. [Tokens (CSS custom properties)](/doc/espanol/guias/sistemas-de-diseno/tokens-css-custom-properties.md)
4. Abstracción de componentes.
5. Composición. (Slots)
6. Distribución.
7. Documentación.

###


---

# 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://atomico.gitbook.io/doc/espanol/guias/sistemas-de-diseno.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.
