# FiveM Installation - Next Steps

## 1. Locate your Submodules

Every CMS addon resource installed will have a separate folder. These are located in the `\[sonorancms]\server\modules` directory.

<figure><img src="/files/pElW0RyKdaXBAtE9gftk" alt=""><figcaption><p>Sonoran CMS - Submodule Folder</p></figcaption></figure>

## 2. View and Change Configuration Files

For every Sonoran CMS addon installed, there will be a `config.lua` or `config.json` file present.

<figure><img src="/files/kFRH5FhwOHgbRwjXqd8J" alt=""><figcaption><p>Sonoran CMS - Addon Config File</p></figcaption></figure>

You can open these configuration files with a text editor and change values.

For more information on a plugin's configuration options, you can view the individual plugin guides on the submodules page and scroll down to the configuration section.

If you modify a configuration file, be sure to save it and restart the server.

{% content-ref url="/pages/Pnw2LpefOBxIKgx5t8GC" %}
[FiveM Submodules](/cms/integration-capabilities/in-game-integration-resources/core/core-submodules.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.sonoransoftware.com/cms/integration-capabilities/in-game-integration-resources/core/free-plugin-installation-next-steps.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.
