# Project Cars

- [Getting Started](https://dirkscripts.gitbook.io/dirkscripts-documentation/resources/project-cars/installation.md): Please follow these instructions carefully if you do so you should have no issues, if you do still experience issues after reading through all of this then please make a ticket in discord.
- [Types](https://dirkscripts.gitbook.io/dirkscripts-documentation/resources/project-cars/types.md)
- [Tool Item](https://dirkscripts.gitbook.io/dirkscripts-documentation/resources/project-cars/types/tools.md): Each tool is defined as a key in the tools table with a structured value. Here's a breakdown of the expected fields:
- [Part Item](https://dirkscripts.gitbook.io/dirkscripts-documentation/resources/project-cars/types/parts.md): Each part is defined as an entry in your parts table with configurable fields for how it behaves during installation, usage, and interaction with vehicles.
- [Commands](https://dirkscripts.gitbook.io/dirkscripts-documentation/resources/project-cars/commands.md): Some useful commands that are locked to admin only by default. All of these commands will list the arguments required if you type them in the chat.


---

# Agent Instructions: 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://dirkscripts.gitbook.io/dirkscripts-documentation/resources/project-cars.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.
