# Settings

- [Component Format](https://docs.divmagic.com/settings/component-format.md)
- [Style Format](https://docs.divmagic.com/settings/style-format.md)
- [DevTools](https://docs.divmagic.com/settings/devtools.md): You can access DivMagic directly from your browser's development tools. This section will guide you on how to use this feature.
- [Copy Mode](https://docs.divmagic.com/settings/copy-mode.md): Change the copy mode of DivMagic. There are two options: Exact Copy and Adaptable Copy.
- [Media Query](https://docs.divmagic.com/settings/media-query.md): Add Media Query CSS to the copied code for responsive design. There are two options: On and Off
- [Edit Mode](https://docs.divmagic.com/settings/edit-mode.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.divmagic.com/settings.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.
