# Quickstart Guides

- [React No-code Email Builder](https://docs.beefree.io/beefree-sdk/quickstart-guides/react-no-code-email-builder.md): Welcome to the React Quickstart Guide for embedding Beefree SDK's no-code email builder in your React application.
- [Vue.js No-code Email Builder](https://docs.beefree.io/beefree-sdk/quickstart-guides/vue.js-no-code-email-builder.md): Welcome to the Vue.js Quickstart Guide for embedding Beefree SDK's no-code email builder in your Vue.js application.
- [Angular No-code Email Builder](https://docs.beefree.io/beefree-sdk/quickstart-guides/angular-no-code-email-builder.md): Welcome to the Angular Quickstart Guide for embedding Beefree SDK's no-code email builder in your Angular application.
- [Django Beefree SDK Demo](https://docs.beefree.io/beefree-sdk/quickstart-guides/django-beefree-sdk-demo.md): A demo of Beefree SDK embedded within a Django application.
- [Connect the docs to your IDE](https://docs.beefree.io/beefree-sdk/quickstart-guides/connect-the-docs-to-your-ide.md): Learn how to connect the Beefree docs to your IDE or favorite tools for AI-assisted developer workflows.


---

# 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.beefree.io/beefree-sdk/quickstart-guides.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.
