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

# Outerbase SDK

You may have already used Outerbase to explore your data and now you're ready to discover what you can build with it. Using this SDK you can expedite your development efforts by utilizing a lot of what the platform provides.

A pre-requisite to many of the missions you will set out to accomplish will require you to have at least one database connected to [Outerbase](https://outerbase.com). Many of the core components of what is offered uses  the platforms API to succeed in its task such as database introspection generating Typescript models. You can read more about [connecting a data source](/untitled/introspection/connect-a-data-source.md) which should get you ready to continue on your journey.

At our core we aim for this SDK to be a tool for developers to quickly build their projects by offloading the creation of critical tasks such as:

* Data modeling
* Database interactions
* Edge-cached queries
* Network interactions

In each of the sections of the documentation we will go more granular in each of the features, what they do, how they work at their core, and what it takes for you to implement into your own project.

If you have any questions, you can reach us at <support@outerbase.com>

{% hint style="info" %}

#### We are open source!

Every space voyage needs a crew. The Outerbase SDK is an open source project that any human being can contribute to. Add your ideas to our [Discussions](https://github.com/outerbase/sdk/discussions), report your bugs as [Issues](https://github.com/outerbase/sdk/issues), or open your first [Pull Request](https://github.com/outerbase/sdk/pulls) to add more functionality for others.
{% endhint %}
