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

# Developer Platform

Welcome to your team’s developer platform

{% columns %}
{% column width="8.333333333333332%" %}

{% endcolumn %}

{% column width="83.33333333333333%" %}
{% hint style="danger" %}

## DISCLAIMER

Please note that this site is currently undergoing maintenance to update its content.\
\
We apologize for any inconvenience as we ensure that we finalized it in the shortest of times.\
\
THE IO FOUNDATION
{% endhint %}
{% endcolumn %}

{% column width="8.333333333333357%" %}

{% endcolumn %}
{% endcolumns %}

<p align="center"></p>

<h2 align="center">TechUp Community</h2>

<p align="center">Welcome to the TechUp Community by The IO Foundation,<br>the community of the Next Generation of Rights Defenders.</p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4><i class="fa-leaf">:leaf:</i></h4></td><td><strong>TU Fellowship IDNOG11 2026</strong></td><td></td><td><a href="https://template.gitbook.com/space-product-docs">https://template.gitbook.com/space-product-docs</a></td><td><a href="https://content.gitbook.com/content/pEGvVECi4uyt7bICsqDD/blobs/tFu2qFyAorAbsY8d0bQi/no-code.jpg">no-code.jpg</a></td></tr><tr><td><h4><i class="fa-server">:server:</i></h4></td><td><strong>TU Fellowship IETF 126</strong></td><td></td><td><a href="https://template.gitbook.com/space-product-docs">https://template.gitbook.com/space-product-docs</a></td><td><a href="https://content.gitbook.com/content/pEGvVECi4uyt7bICsqDD/blobs/Plsx2FHxGY2Q2R7nWsiB/hosted.jpg">hosted.jpg</a></td></tr><tr><td><h4><i class="fa-terminal">:terminal:</i></h4></td><td><strong>TU Fellowship ICANN87</strong></td><td></td><td><a href="https://template.gitbook.com/space-api-reference">https://template.gitbook.com/space-api-reference</a></td><td><a href="https://content.gitbook.com/content/pEGvVECi4uyt7bICsqDD/blobs/2NZ9Hfo2EZmJVdhcb3CV/api-reference.jpg">api-reference.jpg</a></td></tr></tbody></table>

<h2 align="center">GET STARTED</h2>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h2>LEARN</h2></td><td><h4><i class="fa-wordpress">:wordpress:</i></h4></td><td><strong>The Hub</strong></td><td>Our trainings are designed to support your career development, support your participation in Standards Developing Organizations and ensure you build technology that  protects the users by design.<br></td><td><a class="button secondary">Check courses</a></td><td></td></tr><tr><td><h2>BUILD</h2></td><td><h4><i class="fa-github">:github:</i></h4></td><td><strong>GitHub</strong></td><td>Our product is 100% open source and built by developers just like you. Head to our GitHub repository to learn how to submit your first PR.<br><br><br></td><td><a href="https://www.gitbook.com/" class="button secondary">Submit a PR</a></td><td></td></tr><tr><td><h2>CONNECT</h2></td><td><h4><i class="fa-telegram">:telegram:</i></h4></td><td><strong>Telegram community (Channel + Group)</strong></td><td>Join our Telegram channel to keep posted on relevant news for you and interact with the community in the group. Post questions, get help and share resources with like-minded technologists.</td><td><a href="https://www.gitbook.com/" class="button secondary">Join Telegram</a></td><td></td></tr></tbody></table>

{% columns %}
{% column %}

### Develop your career

Setting up your first API call should be the easiest part of getting started. With clear endpoints, copy-paste-ready examples, and quick authentication, you’ll be up and running in minutes—not hours.

No guesswork, no complexity—just your first successful call, fast.

<a href="https://template.gitbook.com/space-product-docs" class="button primary" data-icon="rocket-launch">Get started</a> <a href="https://template.gitbook.com/space-api-reference" class="button secondary" data-icon="terminal">API reference</a>
{% endcolumn %}

{% column %}

### Fellowships

### Newsletter

{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

<figure><img src="https://gitbookio.github.io/onboarding-template-images/placeholder.png" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

### Sign the Sagan Pledge

Read guides, watch tutorials, and learn more about working with the developer platform and integrating it with your own stack.

<a href="https://template.gitbook.com/space-help-center" class="button primary" data-icon="book-open">Guides</a> <a href="https://template.gitbook.com/space-product-docs" class="button secondary" data-icon="book">Documentation</a>
{% endcolumn %}
{% endcolumns %}


---

# 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://community.theiofoundation.org/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.
