> For the complete documentation index, see [llms.txt](https://setka.gitbook.io/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://setka.gitbook.io/help-center/content-design-system-manager.md).

# Setka Content Design System Manager

- [Creating and editing styles](https://setka.gitbook.io/help-center/content-design-system-manager/creating-and-editing-styles.md): How to create and edit content styles in Setka
- [Text formats and fonts](https://setka.gitbook.io/help-center/content-design-system-manager/text-formats-and-fonts.md): How to create and edit text format and fonts from various font libraries in Setka
- [Styles display for mobile mevices](https://setka.gitbook.io/help-center/content-design-system-manager/styles-display-for-mobile-devices.md): How to set text styles for different screens: desktop, mobile and tablet.
- [Text and background colors](https://setka.gitbook.io/help-center/content-design-system-manager/text-and-background-colors.md): How to set text and background colors in Setka Content Design System Manager
- [Dividers](https://setka.gitbook.io/help-center/content-design-system-manager/dividers.md): How to  customize dividers and edit colors, length and thickness of dividers
- [Icons](https://setka.gitbook.io/help-center/content-design-system-manager/icons.md): How to add icons
- [Components – reusable design elements](https://setka.gitbook.io/help-center/content-design-system-manager/components.md): How to create, delete and change components
- [Creating Components with HTML and CSS](https://setka.gitbook.io/help-center/content-design-system-manager/components/creating-components-with-html-and-css.md)
- [CSS in components](https://setka.gitbook.io/help-center/content-design-system-manager/components/creating-components-with-html-and-css/css-in-components.md)
- [Component examples](https://setka.gitbook.io/help-center/content-design-system-manager/components/creating-components-with-html-and-css/component-examples.md)
- [Configuring layout grids](https://setka.gitbook.io/help-center/content-design-system-manager/configuring-layout-grid.md): How to configure a layout grid
- [Editing default elements with Custom CSS](https://setka.gitbook.io/help-center/content-design-system-manager/editing-default-elements-with-custom-css.md): How to edit default elements' settyings with custom CSS in Setka
- [Adding team members](https://setka.gitbook.io/help-center/content-design-system-manager/add-team-members-on-pro-team-plan.md): How to add a team member to your team (sending invites, managing roles).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://setka.gitbook.io/help-center/content-design-system-manager.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
