# Welcome

**Welcome to the Saturn Documentation and User Guides.**

This website is made to help ensure developers and users have access to up-to-date, accurate, useful information regarding the inner workings of Saturn. Here you can find development information as well as how-to guides for getting started with Saturn.

Wether it's your first time using Saturn, to your fifth time making advanced plugins, we welcome you to the Saturn docs.

You can read the latest Saturn Developer Documentation and User Guides here:

{% content-ref url="<https://app.gitbook.com/s/MMRfzE4LzM3wDKPKSLG8/>" %}
[Saturn 1.0.0](https://app.gitbook.com/s/MMRfzE4LzM3wDKPKSLG8/)
{% endcontent-ref %}

[If you'd like to know what's new in this version please click here](https://docs.saturncms.net/changelog/dev#dev-1.0.0)

We also have PHPDocs available for those who wish to use it, please be aware that these docs are for the latest version of Saturn on the GitHub, and we do not have older PHPDocs available. <https://pixelsetdev.github.io/Saturn/>

## Version Information

The latest **public** **release** version of Saturn is **none**.

The latest **development** version of Saturn is **dev-1.0.0**

The latest **beta** version of Saturn is **BETA 0.1.3 (stable)**


---

# 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.saturncms.net/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.
