> For the complete documentation index, see [llms.txt](https://premium.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://premium.gitbook.io/main/en/before-starting-work.md).

# Before starting work

- [Recommendations](https://premium.gitbook.io/main/en/before-starting-work/recommendations.md)
- [Server Selection](https://premium.gitbook.io/main/en/before-starting-work/recommendations/server-selection.md)
- [Recommendations from BestChange](https://premium.gitbook.io/main/en/before-starting-work/recommendations/recommendations-from-bestchange.md)
- [Basics of Security](https://premium.gitbook.io/main/en/before-starting-work/basics-of-security.md)
- [How to protect the site with a password](https://premium.gitbook.io/main/en/before-starting-work/basics-of-security/how-to-protect-the-site-with-a-password.md)
- [How to Protect Accounts in Payment Systems](https://premium.gitbook.io/main/en/before-starting-work/basics-of-security/how-to-protect-accounts-in-payment-systems.md)
- [How to Secure Your Server](https://premium.gitbook.io/main/en/before-starting-work/basics-of-security/how-to-secure-your-server.md)
- [Changing Passwords for Server Users](https://premium.gitbook.io/main/en/before-starting-work/basics-of-security/how-to-secure-your-server/changing-passwords-for-server-users.md)
- [How to Avoid Becoming a Victim of Fraud](https://premium.gitbook.io/main/en/before-starting-work/basics-of-security/how-to-avoid-becoming-a-victim-of-fraud.md): Due to the increasing cases of various types of fraud, we would like to draw your attention to the following information.
- [How to Secure the Exchange Control Panel](https://premium.gitbook.io/main/en/before-starting-work/basics-of-security/how-to-secure-the-exchange-control-panel.md): If you hack into the website's control panel, you can manipulate exchange rates and the details of the exchange service for manual transactions.
- [Safety Guidelines for Working with the System](https://premium.gitbook.io/main/en/before-starting-work/basics-of-security/safety-guidelines-for-working-with-the-system.md)
- [Security Guide for Cryptocurrency Exchanges](https://premium.gitbook.io/main/en/before-starting-work/basics-of-security/security-guide-for-cryptocurrency-exchanges.md)
- [Script License](https://premium.gitbook.io/main/en/before-starting-work/script-license.md)
- [License Acquisition](https://premium.gitbook.io/main/en/before-starting-work/script-license/license-acquisition.md)
- [License Renewal](https://premium.gitbook.io/main/en/before-starting-work/script-license/license-renewal.md)
- [Script Installation Instructions](https://premium.gitbook.io/main/en/before-starting-work/script-installation-instructions.md)
- [Script Update Instructions](https://premium.gitbook.io/main/en/before-starting-work/script-update-instructions.md)
- [Update from Version 2.6 to 2.7](https://premium.gitbook.io/main/en/before-starting-work/script-update-instructions/update-from-version-2.6-to-2.7.md)
- [Update from Version 2.5 to 2.6](https://premium.gitbook.io/main/en/before-starting-work/script-update-instructions/update-from-version-2.5-to-2.6.md)
- [Updating from Version 2.4 to 2.5](https://premium.gitbook.io/main/en/before-starting-work/script-update-instructions/updating-from-version-2.4-to-2.5.md)
- [Update from Version 2.3 to 2.4](https://premium.gitbook.io/main/en/before-starting-work/script-update-instructions/update-from-version-2.3-to-2.4.md)
- [Update List](https://premium.gitbook.io/main/en/before-starting-work/script-update-instructions/update-list.md)


---

# 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://premium.gitbook.io/main/en/before-starting-work.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.
