# Core Package

- [What is the Core Package?](https://docs.airship.gg/core-package/what-is-the-core-package.md)
- [Chat Commands](https://docs.airship.gg/core-package/chat-commands.md): Quickly run code from the chat window
- [Proximity Prompts](https://docs.airship.gg/core-package/proximity-prompts.md)
- [Inventory](https://docs.airship.gg/core-package/inventory.md): Airship has a built-in networked inventory system that is useful for quickly prototyping games.
- [VoxelWorld](https://docs.airship.gg/core-package/voxelworld.md)
- [Voxel World Getting Started](https://docs.airship.gg/core-package/voxelworld/voxel-world-getting-started.md): How to setup a voxel world and our suggested best practices
- [Voxel World Tips](https://docs.airship.gg/core-package/voxelworld/voxel-world-tips.md)
- [Prefab Voxels](https://docs.airship.gg/core-package/voxelworld/prefab-voxels.md)
- [QuarterBlocks](https://docs.airship.gg/core-package/voxelworld/quarterblocks.md): Quarterblocks are a feature of VoxelWorld that allows you to have "beveled blocks".
- [Enable / Disable Core Features](https://docs.airship.gg/core-package/enable-disable-core-features.md): To easily configure your project you can add the CharacterConfigSetup component to any game object in your scene.
- [Developer Console](https://docs.airship.gg/core-package/developer-console.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://docs.airship.gg/core-package.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.
