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