> For the complete documentation index, see [llms.txt](https://cranford-tech.gitbook.io/charles/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cranford-tech.gitbook.io/charles/introduction/welcome.md).

# Welcome

Hi there!

Thanks for your interest in [Charles](https://buildwithcharles.io/).

Charles was designed to make it easy to turn your Bubble app into a Chrome Extension.

### Useful links <a href="#useful-links" id="useful-links"></a>

* [Charles website](https://buildwithcharles.io/)
* [Plugin page](https://bubble.io/plugin/charles---chrome-extension-builder-1649100032860x383664531542638600)
* [Quickstart guide](/charles/getting-started/quickstart-guide.md)

### Documentation sections

The Charles documentation is split into a number of differnet sections:

* [Quickstart guide](/charles/getting-started/quickstart-guide.md)
* [Opening actions](/charles/opening-actions/popup-side-bar-and-modal-options.md)
* [Key features](/charles/key-features/features-overview.md)
* [Extending Charles with custom javascript](/charles/extending-charles/extending-charles-with-your-own-javascript.md)
* [Publishing to the Chrome Webstore](/charles/publishing-to-the-chrome-webstore/prepare-extension-for-submission.md)
* [FAQ](/charles/faq/common-questions.md)
* [Troubleshooting and support](/charles/troubleshooting/charles-data-elements-do-not-receive-any-values.md)[<br>](https://cranford-tech.gitbook.io/stripe-connect-marketplace/introduction/key-use-cases)


---

# 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:

```
GET https://cranford-tech.gitbook.io/charles/introduction/welcome.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.
