# Development

- [UI kit](https://docs.civictheme.io/development/uikit.md)
- [Components](https://docs.civictheme.io/development/uikit/variables.md)
- [Spacing](https://docs.civictheme.io/development/uikit/variables/spacing.md)
- [Grid](https://docs.civictheme.io/development/uikit/variables/grid.md)
- [Typography](https://docs.civictheme.io/development/uikit/variables/typography.md)
- [Overriding components](https://docs.civictheme.io/development/uikit/variables/overriding-components.md)
- [Creating components](https://docs.civictheme.io/development/uikit/variables/creating-components.md)
- [Drupal theme](https://docs.civictheme.io/development/drupal-theme.md): Documentation for developing and customising CivicTheme for Drupal
- [Sub-theme](https://docs.civictheme.io/development/drupal-theme/sub-theme.md)
- [Color selector](https://docs.civictheme.io/development/drupal-theme/color-selector.md)
- [Header](https://docs.civictheme.io/development/drupal-theme/header.md)
- [Footer](https://docs.civictheme.io/development/drupal-theme/footer.md)
- [Namespaces](https://docs.civictheme.io/development/drupal-theme/namespaces.md)
- [Templates](https://docs.civictheme.io/development/drupal-theme/templates.md)
- [Assets](https://docs.civictheme.io/development/drupal-theme/assets.md)
- [Layout builder](https://docs.civictheme.io/development/drupal-theme/layout-builder.md)
- [Menus](https://docs.civictheme.io/development/drupal-theme/menus.md)
- [Automated list](https://docs.civictheme.io/development/drupal-theme/automated-list.md)
- [Systems](https://docs.civictheme.io/development/drupal-theme/systems.md)
- [Build System](https://docs.civictheme.io/development/drupal-theme/systems/build.md)
- [Colors](https://docs.civictheme.io/development/drupal-theme/systems/colors.md)
- [Components](https://docs.civictheme.io/development/drupal-theme/systems/components.md)
- [Mapping](https://docs.civictheme.io/development/drupal-theme/systems/mapping.md)
- [Maintenance](https://docs.civictheme.io/development/maintenance.md): Documentation about maintaining the CivicTheme codebase
- [Code naming conventions](https://docs.civictheme.io/development/maintenance/code-naming-conventions.md)
- [Requirements and constraints](https://docs.civictheme.io/development/maintenance/requirements-and-constraints.md)
- [Authoring documentation](https://docs.civictheme.io/development/maintenance/authoring-documentation.md)
- [Generic page example](https://docs.civictheme.io/development/maintenance/authoring-documentation/generic-page-example.md)
- [Content component page example](https://docs.civictheme.io/development/maintenance/authoring-documentation/content-component-page-example.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://docs.civictheme.io/development.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.
