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

# Start here

At Ekstremac, we're thrilled to have you join our digital ecosystem dedicated to extreme sports and outdoor activities. As a developer, you play a crucial role in shaping the future of our platform and enhancing the experiences of our passionate community.

In this "Start here" section, we provide you with all the essential information and resources to kickstart your journey with us. Whether you're looking to create innovative software solutions, improve existing systems, or explore the intersection of technology and outdoor adventures, you're in the right place.

Our team of skilled developers is here to support you every step of the way. Together, we can push the limits of what's possible and build a thriving community of nature lovers and adrenaline seekers.

So, grab your gear and embark on this exciting development journey with Ekstremac. Let's collaborate, innovate, and create a digital world that embraces the thrill of extreme sports while preserving the beauty of nature.

Get ready to unleash your coding prowess and make a lasting impact. Let's dive in and explore the opportunities that await you here at Ekstremac!

Welcome aboard, \
The Ekstremac Team


---

# 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.ekstremac.com/company/developers/start-here.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.
