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

# Welcome

| <img src="https://github.com/user-attachments/assets/5d0d51bf-a308-46d8-9476-fbd620af4c48" alt="" data-size="original"> | <h2>🌟 Welcome to Keystone!</h2><p>Keystone is an open-source hub with the sole intention of providing high-quality resources for gaming communities.</p> |
| ----------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |

## 🚀 Why Create Keystone?

***

Keystone started as an idea to solve an in-house challenge: Having both paid and free resources listed seemed like a smart idea, but over time this has caused unnecessary bloat and increased the amount of support needed for free content. This extra support time directly takes away from the dedicated support customers deserve.

To address this, we had some discussions about creating a dedicated open-source hub. The idea is simple: provide a home for free open-source resources—either branded under Keystone *('key\_')* or left unbranded entirely *('fivem\_')* while keeping them separate from paid releases. This separation allows us creators to continue contributing to the community without compromising the experience for paying customers.

Keystone is a collaborative space for developers and creators to share, improve, and build resources that benefit the FiveM community. It’s a place where free open-source tools and scripts can thrive, with community-driven support and collaboration at its core.

***

## 🛠️ What You'll Find Here

Keystone is a collaborative space for developers and creators to:

* Create and share free open-source resources for gaming communities.
* Collaborate on tools and scripts that benefit all developers.

***

## ❤️ How To Contribute

Keystone thrives on community collaboration! Here’s how you can get involved:

* Share Your Work: Have an open-source resource you’d like to contribute? We’d love to host it here!
* Improve Existing Resources: Submit pull requests, report issues, or suggest enhancements.
* Spread the Word: Help us grow by sharing Keystone with other creators and developers.

***

## 🤝 Join the Community

Keystone is more than just a collection of resources—it's a small community of creators passionate development. Whether you're an experienced developer or just starting out, hop in, everyone's welcome.

[**Discord**](https://discord.gg/SjNhQV2YeN)


---

# 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://keystonehub.gitbook.io/keystone/welcome.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.
