# Edit the English wiki

## How to edit this wiki?

### Setting up your repository

Open the [**Github** repository](https://github.com/LoneDev6/Wiki-CosmeticsCore) of this wiki, press on **`Fork`**.&#x20;

<figure><img src="https://517658335-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcHqkAbmdfwmU7TFYbk0w%2Fuploads%2FQfeJDysosbiUXOHpDQm9%2Fimage.png?alt=media&#x26;token=ac6813c4-b569-4382-8b5a-4809a4d26a78" alt=""><figcaption></figcaption></figure>

Make sure you're on the `master` branch.

<figure><img src="https://517658335-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcHqkAbmdfwmU7TFYbk0w%2Fuploads%2FqbyiCmeyDiwub0o9GmUF%2Fimage.png?alt=media&#x26;token=dabbc374-3d5d-456a-a93e-547e88664156" alt=""><figcaption></figcaption></figure>

Select a file you want to edit and press the **pen** button

<figure><img src="https://517658335-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcHqkAbmdfwmU7TFYbk0w%2Fuploads%2FLS52VLjMxxk5RCwIfKMO%2Fimage.png?alt=media&#x26;token=d64df435-b9f3-4c0f-ae72-74ebf91a1935" alt=""><figcaption></figcaption></figure>

Edit the file and then press <mark style="color:green;">**Commit changes**</mark>

<figure><img src="https://517658335-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcHqkAbmdfwmU7TFYbk0w%2Fuploads%2F0YQyksl7NF1Jtoapc4nu%2Fimage.png?alt=media&#x26;token=36965e7e-4186-44ea-96d2-b3e21544f5dc" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}

## Important notes

* Do not remove the `#` special characters, edit only the next text, these are titles.
* Do not remove or edit special texts inside `{ }`, for example `{% hint style="info" %}`, these are used to create the hint message boxes.
* Do not remove `*` character, these are used to create lists
* Do not remove emojis
* Do not edit or remove the `--- description: ---` text on top of some pages, edit only the inner text.
* Do not remove `\` on some lines end
  {% endhint %}

### Example of what you *<mark style="color:red;">must not</mark>* edit

<figure><img src="https://517658335-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcHqkAbmdfwmU7TFYbk0w%2Fuploads%2FKfLmVIbnBbrKmy51lIjA%2Fimage.png?alt=media&#x26;token=37a1be82-feab-4d20-b97f-10da5db5f588" alt=""><figcaption></figcaption></figure>

### Last step

Contact **LoneDev** in order to get your changes reviewed and added to the wiki.\
Feel free to ping **LoneDev** on the Discord or to open a support ticket in the community channel.

{% hint style="info" %}
Would be good if you update your repository each time the main repository (the one in English) gets edited, to reflect changes.

To sync it you have to press **Fetch Upstream**.\
<https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork>

![](https://517658335-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcHqkAbmdfwmU7TFYbk0w%2Fuploads%2FDJMUZd2TAB9rHr2geSXN%2Fimage.png?alt=media\&token=aceefe68-b598-4a6c-9dfb-b1279afc41d9)

\
You can keep track of changes in the Discord notification channel.

![](https://517658335-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcHqkAbmdfwmU7TFYbk0w%2Fuploads%2FGhMpR1gcKA5z4bHyuDdI%2Fimage.png?alt=media\&token=a3b74bab-d8e9-4782-b0a5-3efab5fb9877)
{% endhint %}


---

# 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://cosmeticscore.devs.beer/contribute/edit-the-english-wiki.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.
