# Introduction

- [Chrome Themes Overview](https://theme.mepa.dev/introduction/chrome-themes-overview.md): A theme is a special kind of extension that changes the way the browser looks. Themes are packaged like regular extensions, but they don't contain JavaScript or HTML code.
- [Manifest.json v3](https://theme.mepa.dev/introduction/manifest.json-v3.md)
- [Deploying and Testing Chrome Themes](https://theme.mepa.dev/introduction/deploying-and-testing-chrome-themes.md)
- [API REFERENCE](https://theme.mepa.dev/introduction/api-reference.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://theme.mepa.dev/introduction.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.
