# Various Lists of IDs, Sounds, Etc.

- [List of Item and Gun IDs](https://mtgmodders.gitbook.io/etg-modding-guide/various-lists-of-ids-sounds-etc./list-of-item-and-gun-ids.md)
- [Enemy Guids](https://mtgmodders.gitbook.io/etg-modding-guide/various-lists-of-ids-sounds-etc./enemy-guids.md): A 'guid' is a random string of letters and numbers. Most entities in the game have a unique guid which can be used to differentiate them using the aiActor.EnemyGuid variable.
- [List of Base Game Synergies](https://mtgmodders.gitbook.io/etg-modding-guide/various-lists-of-ids-sounds-etc./list-of-base-game-synergies.md)
- [dfSpriteList](https://mtgmodders.gitbook.io/etg-modding-guide/various-lists-of-ids-sounds-etc./dfspritelist.md)
- [All Custom Ammo Types](https://mtgmodders.gitbook.io/etg-modding-guide/various-lists-of-ids-sounds-etc./all-custom-ammo-types.md)
- [Gun .Json Dump](https://mtgmodders.gitbook.io/etg-modding-guide/various-lists-of-ids-sounds-etc./gun-.json-dump.md)


---

# 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://mtgmodders.gitbook.io/etg-modding-guide/various-lists-of-ids-sounds-etc..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.
