# Guides

{% hint style="danger" %}
**Documentation is still in construction**

Please send us a message in our community or email us for direct answers to questions.
{% endhint %}

## Welcome to Novel Guides

This page includes various guides you need to be succesful with your new SaaS built with Novel.

Select a topic on the left side navigation bar or search an inquiry in the search bar on the top right.

If you need more information and would like to have a more focused integration work done, send us an email at <hello@novel.dev>

If you are looking for installation instructions

{% embed url="<https://docs.novel.dev/start>" %}

If you are looking with getting your SaaS in production quickly

{% embed url="<https://docs.novel.dev/guides/shipping-fast/speedrun>" %}


---

# 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.novel.dev/guides/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.
