> For the complete documentation index, see [llms.txt](https://skydel.gitbook.io/skydel-plug-ins-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://skydel.gitbook.io/skydel-plug-ins-documentation/readme.md).

# Introduction

Welcome to the Skydel plug-ins documentation!

Do you have a feature request for Skydel? Are you thinking you can do the work yourself? We are here for you; teaming up with Skydel has never been easier! With the addition of the plug-in framework, users can develop features and integrate them into the Skydel user interface and real-time simulation engine, to allow for customization and collaboration that can accommodate each specific user's need.

How can you begin working on your Skydel plug-in? The first step is to follow the instructions on how to setup the development environment on either [Ubuntu](/skydel-plug-ins-documentation/development-environment/ubuntu-18.md) or [Windows](/skydel-plug-ins-documentation/development-environment/windows-10.md).

Are you having trouble figuring out how plug-ins are integrated in Skydel? This [page ](/skydel-plug-ins-documentation/plug-ins-in-skydel/using-plugins.md)explains it all.

## Source Code

Here's a few interesting GitHub repositories:

* [Skydel Plug-in Software Development Kit (SDK)](https://github.com/learn-safran-navigation-timing/skydel-plug-ins)
* [Skydel Plug-in Examples](https://github.com/learn-safran-navigation-timing/skydel-example-plugins)
* [Template Plug-in to easily get started](https://github.com/learn-safran-navigation-timing/skydel-template-plugin)

## Contributing

Would you like your plug-in to be featured in the Skydel Plug-ins GitHub repository? Send us a [pull request](https://github.com/learn-safran-navigation-timing/skydel-plug-ins)!

## Support

Do you have questions? Let us know on the [Learn Safran Navigation Timing](https://learn.safran-navigation-timing.com/) forum!


---

# 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://skydel.gitbook.io/skydel-plug-ins-documentation/readme.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.
