> For the complete documentation index, see [llms.txt](https://docs.apollonetworks.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apollonetworks.online/technical-guides.md).

# Technical Guides

- [How to Convert vMenu Appearances](https://docs.apollonetworks.online/technical-guides/how-to-convert-vmenu-appearances.md): This guide will show you how to convert your outfits and skin from vMenu to our main appearance system.
- [How to Clear FiveM Cache](https://docs.apollonetworks.online/technical-guides/how-to-clear-fivem-cache.md)
- [How to Get CitizenFX Log](https://docs.apollonetworks.online/technical-guides/how-to-get-citizenfx-log.md): One some occasions, you may be asked to provide your CitizenFX.log to the development team in order for them to assist you with any bugs or technical issues.
- [How to Fix Texture Loss](https://docs.apollonetworks.online/technical-guides/how-to-fix-texture-loss.md): If you're experiencing texture loss or pop-in issues while on our server, here's a step-by-step guide to help you alleviate these problems:
- [How to Fix UI & Menu Lag](https://docs.apollonetworks.online/technical-guides/how-to-fix-ui-and-menu-lag.md): This guide will provide you with some quick steps to reduce in-game menu and user interface lag.
- [How to Fix Lost Characters](https://docs.apollonetworks.online/technical-guides/how-to-fix-lost-characters.md): This guide will walk you through relinking your Rockstar account
- [How to Update Your Licence Photo](https://docs.apollonetworks.online/technical-guides/how-to-update-your-licence-photo.md)
- [How to Update Your Police Badge Photo](https://docs.apollonetworks.online/technical-guides/how-to-update-your-police-badge-photo.md)
- [How to Set FiveM to Start With Pure Mode Enabled](https://docs.apollonetworks.online/technical-guides/how-to-set-fivem-to-start-with-pure-mode-enabled.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://docs.apollonetworks.online/technical-guides.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.
