> For the complete documentation index, see [llms.txt](https://kierandev.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kierandev.gitbook.io/documentation/guide-and-faq/install-faq.md).

# Install FAQ

## Installation Support

* Every Script that requires extra installation steps should include a README.md here you can review the next steps
* If the script does not include a README.md then you can also view the installation steps here in this document

### Common Issues

* Resource isn't starting - This could involve a certain amount of things check that the fxmanifest is ensuring all of the files included in the resource
* Framework Error - There may be a configuration option you may have to change for it to read for your specific framework

### Rare Issues

* Error in code - This would need my attention as the scripts are all protected by FiveM encryption. Please if you come across this report it in a ticket so I can deal with it

### Overcome Steps

* Before reporting a script please test it in a development environment first to ensure that I can reproduce the steps to breaking code
* Provide F8 Log & any clips or screenshots that can help me to fix the issue
* Updates provided in discord for fixes and script updates


---

# 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://kierandev.gitbook.io/documentation/guide-and-faq/install-faq.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.
