# Shops

- [Installation](https://docs.kojascripts.eu/new/shops/installation.md): Read the entire installation process to ensure the resource is fully usable.
- [Configuration](https://docs.kojascripts.eu/new/shops/configuration.md)
- [Changing Language](https://docs.kojascripts.eu/new/shops/configuration/changing-language.md): Explanation of the locale configuration in the script
- [Target](https://docs.kojascripts.eu/new/shops/configuration/target.md): Target Configuration
- [Adding new shop](https://docs.kojascripts.eu/new/shops/configuration/adding-new-shop.md): How to Add New Shops
- [Server side exports](https://docs.kojascripts.eu/new/shops/configuration/server-side-exports.md): Exports implemented in the script
- [SQL](https://docs.kojascripts.eu/new/shops/configuration/sql.md): SQL file needed when automatic database creation does not work properly
- [Guides](https://docs.kojascripts.eu/new/shops/guides.md)
- [Creating/Editing Locales](https://docs.kojascripts.eu/new/shops/guides/creating-editing-locales.md): A quick guide on editing locales to your likings!


---

# 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.kojascripts.eu/new/shops.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.
