# Quick Start Guides

If you would like to quickly get started with Squidex, we have a few useful articles that can help you. These articles consist of some sample codes for use cases such as how to create a blog.  They also include  Squidex Cloud in the instructions, but if you prefer, you can replace Squidex Cloud with your own hosted version.

{% content-ref url="/pages/bJlAaJqqdODf2K3peFcY" %}
[Vue.js Blog with Squidex](/id-01-getting-started/quick-start-guides/vue.js-blog-with-squidex.md)
{% endcontent-ref %}

{% content-ref url="/pages/bRugi9zdYntwTrUHcKbW" %}
[React.js Blog with Squidex](/id-01-getting-started/quick-start-guides/react.js-blog-with-squidex.md)
{% endcontent-ref %}

{% content-ref url="/pages/5POV08tjK44aoA9dY7Wz" %}
[Angular Blog with Squidex](/id-01-getting-started/quick-start-guides/angular-blog-with-squidex.md)
{% endcontent-ref %}


---

# 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.squidex.io/id-01-getting-started/quick-start-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.
