# Getting Started

## Libraries and Functions

Saturn provides a number of libraries and functions that are there to help you create better plugins easier and more quickly. They allow you to remove the programming of common tasks from your workflow, you can find an overview of them by clicking the link below.

{% content-ref url="/pages/4sua9kpfhmsQB0oFEaUh" %}
[Libraries and Functions](/1.0.0/dev/libraries-and-functions.md)
{% endcontent-ref %}

## Understanding the Autoloader

Saturn will automatically load all the required libraries, functions, and plugins to run correctly.

Most files in Saturn's Processes directory is automatically loaded, so no need to require them in PHP. The only files that are not autoloaded are the login, logout, and join scripts.

## Getting started with plugins

{% content-ref url="/pages/vQmiDJDc4Clj3Mh3t7xQ" %}
[Plugins](/1.0.0/dev/plugins.md)
{% endcontent-ref %}

## Technical Documentation

Saturn has PHPDocs available online. This documentation lists every function, class, and variable that Saturn uses and may be useful for more technical users. Whilst this website is useful for showing how to implement these functions, the PHPDocs may be useful if you wish to use functions in your project.

Access the PHPDocs here: <https://pixelsetdev.github.io/Saturn/>


---

# 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/1.0.0/dev/getting-started.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.
