> For the complete documentation index, see [llms.txt](https://help.gameixa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.gameixa.com/gameixa-wiki/global/team-script/installation-wizard.md).

# Installation Wizard

### Installation Wizard

<figure><img src="/files/7BqXfsvCpKicYkSF2y0h" alt=""><figcaption></figcaption></figure>

We go to our website.

* We write localhost where it says MYSQL server

> If your database and your files are not in the same place, enter the numeric IP of where your database is located in the section that says localhost.

* We enter the default value 3306 in the MYSQL Port section
* In the MYSQL username, we write the data we created in the previous step.
* In the MYSQL password, we write the data we created in the previous step.
* In the name of the MYSQL database, we write the data we created in the previous step and press next.

{% hint style="danger" %}
If it gives Access Denied For User error, check the last 3 values If you are still getting errors, contact us by [clicking here](https://discord.gg/37MJrBXbFv)
{% endhint %}

<figure><img src="/files/wM1b8v3FQ8aQxcce1dux" alt=""><figcaption></figcaption></figure>

**STEP 2** We enter the site information

* Enter your site name in the first blank for the name of your site that will appear in search engines
* In the second blank, enter the text that will appear under your site name.
* Then select the currency and time zone you will use on your site.

<figure><img src="/files/IYTNCYhmDGFt34pRR1qC" alt=""><figcaption></figcaption></figure>

**STEP 3** Create an administrator account

* Write your name in the first blank.
* Write your surname in the second blank.
* Please write your e-mail address in the third blank.
* In the fourth blank, enter the password you will use on the website.
* In the fifth blank, enter your password again for security reasons and click Finish installation.
* You can press the administration panel and start managing your site. Good Sales

{% hint style="info" %}
If it throws you back to the same page when you press the administration panel Delete /installation in the URL and press Enter.
{% endhint %}

&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.gameixa.com/gameixa-wiki/global/team-script/installation-wizard.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
