# TypeScript

- [Typescript Overview](https://docs.airship.gg/typescript/typescript-overview.md)
- [Airship Components](https://docs.airship.gg/typescript/airshipbehaviour.md)
- [Adding Inspector Properties](https://docs.airship.gg/typescript/airshipbehaviour/adding-inspector-properties.md)
- [AirshipSingleton](https://docs.airship.gg/typescript/airshipbehaviour/airshipsingleton.md)
- [Using Component Decorators](https://docs.airship.gg/typescript/airshipbehaviour/using-component-decorators.md)
- [Accessing Other Components](https://docs.airship.gg/typescript/airshipbehaviour/accessing-other-components.md)
- [Lifecycles](https://docs.airship.gg/typescript/airshipbehaviour/lifecycles.md): AirshipBehaviours share many of the Unity MonoBehaviour lifecycle methods.
- [Airship Scriptable Objects](https://docs.airship.gg/typescript/airship-scriptable-objects.md)
- [Server-only/Client-only code](https://docs.airship.gg/typescript/server-only-client-only-code.md): How to strip code from the server or client, making code server or client only.
- [Compiler JSDoc Modifiers](https://docs.airship.gg/typescript/compiler-jsdoc-modifiers.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/typescript.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.
