# Cheat Sheet: Vehicles - Archive

<figure><img src="/files/PU6Gv4e7jFUA00Zqq3uj" alt=""><figcaption></figcaption></figure>

This section contains an overview of things that you might encounter while modding vehicles. For a full list of sub-pages, please check the link tree in the left-hand menu.

### Appearances

For the documentation on .app files (appearance definitions), see [here](https://github.com/CDPR-Modding-Documentation/Cyberpunk-Modding-Docs/blob/main/for-mod-creators-theory/files-and-what-they-do/file-formats/appearance-.app-files) or check the [appearance mappings](/cyberpunk-2077-modding/for-mod-creators-theory/references-lists-and-overviews/vehicles/archive/appearances-mappings.md) subpage.

### Entity Files

For the documentation on .ent files, see [here](https://github.com/CDPR-Modding-Documentation/Cyberpunk-Modding-Docs/blob/main/for-mod-creators-theory/files-and-what-they-do/file-formats/entity-.ent-files).

An example entry for a vehicle entEntityTemplate from a vehicle's .ent file looks like this:

| key                  | example                                                                                           |
| -------------------- | ------------------------------------------------------------------------------------------------- |
| `name`               | `quadra_type66__basic_urban_01`                                                                   |
| `appearanceResource` | ``[`base\vehicles\appearances\sport\quadra_type66__basic.app`](.app-file-appearanceresource.md)`` |
| `appearanceName`     | `urban_01`                                                                                        |


---

# 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://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/references-lists-and-overviews/vehicles/archive.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.
