> For the complete documentation index, see [llms.txt](https://docs.skyledge.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyledge.com/knowledge-base.md).

# Knowledge Base

- [Articles](https://docs.skyledge.com/knowledge-base/articles.md)
- [What is a LaunchPad](https://docs.skyledge.com/knowledge-base/articles/what-is-a-launchpad.md)
- [What is a Control Room](https://docs.skyledge.com/knowledge-base/articles/what-is-a-control-room.md)
- [How to use the maps controls and layers options](https://docs.skyledge.com/knowledge-base/articles/how-to-use-the-maps-controls-and-layers-options.md)
- [Map marker explained](https://docs.skyledge.com/knowledge-base/articles/map-marker-explained.md)
- [Navigating your profile](https://docs.skyledge.com/knowledge-base/articles/navigating-your-profile.md)
- [What is an Event](https://docs.skyledge.com/knowledge-base/articles/what-is-an-event.md)
- [What is an Event Type](https://docs.skyledge.com/knowledge-base/articles/what-is-an-event-type.md)
- [Exploring the event stream](https://docs.skyledge.com/knowledge-base/articles/exploring-the-event-stream.md)
- [Event Stream Filtering](https://docs.skyledge.com/knowledge-base/articles/event-stream-filtering.md)
- [What is an Asset](https://docs.skyledge.com/knowledge-base/articles/what-is-an-asset.md)
- [What are asset types](https://docs.skyledge.com/knowledge-base/articles/what-are-asset-types.md)
- [Understanding Focus Mode](https://docs.skyledge.com/knowledge-base/articles/understanding-focus-mode.md)
- [Navigating Asset List Mode](https://docs.skyledge.com/knowledge-base/articles/navigating-asset-list-mode.md)
- [Table column selection](https://docs.skyledge.com/knowledge-base/articles/table-column-selection.md)
- [Asset metrics](https://docs.skyledge.com/knowledge-base/articles/asset-metrics.md)
- [What is a place](https://docs.skyledge.com/knowledge-base/articles/what-is-a-place.md)
- [Searching and Creating a Place](https://docs.skyledge.com/knowledge-base/articles/searching-and-creating-a-place.md)
- [Getting Started with Place Notifications](https://docs.skyledge.com/knowledge-base/articles/getting-started-with-place-notifications.md)
- [Places and how to use the gatehouse report](https://docs.skyledge.com/knowledge-base/articles/places-and-how-to-use-the-gatehouse-report.md)
- [How to use the Event Report (Top-down Investigations Module)](https://docs.skyledge.com/knowledge-base/articles/how-to-use-the-event-report-top-down-investigations-module.md): Top-down Investigations Module
- [What is a Task](https://docs.skyledge.com/knowledge-base/articles/what-is-a-task.md)
- [How to process a task](https://docs.skyledge.com/knowledge-base/articles/how-to-process-a-task.md)
- [Task Notifications](https://docs.skyledge.com/knowledge-base/articles/task-notifications.md)
- [How to invite a work colleague](https://docs.skyledge.com/knowledge-base/articles/how-to-invite-a-work-colleague.md)
- [How to submit an awesome ticket](https://docs.skyledge.com/knowledge-base/articles/how-to-submit-an-awesome-ticket.md)
- [Understanding Your Weekly Email Reports](https://docs.skyledge.com/knowledge-base/articles/understanding-your-weekly-email-reports.md)
- [Understanding Fuel Consumption in Sky Ledge](https://docs.skyledge.com/knowledge-base/articles/understanding-fuel-consumption-in-sky-ledge.md)
- [Uploading Files to an Asset](https://docs.skyledge.com/knowledge-base/articles/uploading-files-to-an-asset.md)
- [Knowledge Base Template](https://docs.skyledge.com/knowledge-base/articles/knowledge-base-template.md)
- [What's New](https://docs.skyledge.com/knowledge-base/whats-new.md)
- [Archived - What's News](https://docs.skyledge.com/knowledge-base/archived-whats-news.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.skyledge.com/knowledge-base.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
