# Getting Started

- [Creating Your Account](https://docs.skyledge.com/getting-started/creating-your-account.md)
- [Sky Ledge API - Quick start](https://docs.skyledge.com/getting-started/sky-ledge-api-quick-start.md)
- [Developer Guide](https://docs.skyledge.com/getting-started/developer-guide.md)
- [Creating A Control Room](https://docs.skyledge.com/getting-started/developer-guide/creating-a-control-room.md)
- [Creating Event Types](https://docs.skyledge.com/getting-started/developer-guide/creating-event-types.md)
- [Creating Events (aka Alerts or Notifications)](https://docs.skyledge.com/getting-started/developer-guide/creating-events-aka-alerts-or-notifications.md)
- [Creating Asset Types](https://docs.skyledge.com/getting-started/developer-guide/creating-asset-types.md)
- [Linking Asset Types to a Control Room](https://docs.skyledge.com/getting-started/developer-guide/linking-asset-types-to-a-control-room.md)
- [Creating Assets](https://docs.skyledge.com/getting-started/developer-guide/creating-assets.md)
- [Creating and Tracking a Metric](https://docs.skyledge.com/getting-started/developer-guide/creating-and-tracking-a-metric.md)
- [Future Updates](https://docs.skyledge.com/getting-started/developer-guide/future-updates.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.skyledge.com/getting-started.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.
