> For the complete documentation index, see [llms.txt](https://policing-london.gitbook.io/policing-london-start-up-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://policing-london.gitbook.io/policing-london-start-up-guide/useful-extra-info/common-issues.md).

# Common Issues

This is a list of common issues and how to fix them, if you try the fixes and you are still having issues open a development ticket!\
\
**Textures not loading** - go into your graphics settings and turn your texture budget all the way up and if it is all the way up turn it down by 1\
\
**Crashing errors** - if you crash you get the prompt to save a log/transcript, these can help the development team massively when fixing issues so save it and open a dev ticket and post it in there, we recommend clearing your cache, updating GTA5 and validating files\
\
**Timeout Errors** - this issue is commonly caused by poor internet connection and most of the time this is entirely client sided and there's nothing we can do about it\
\
**Lag and Desync** - We recommend turning your graphics down a little to help everything load quicker<br>


---

# 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:

```
GET https://policing-london.gitbook.io/policing-london-start-up-guide/useful-extra-info/common-issues.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.
