> ## Documentation Index
> Fetch the complete documentation index at: https://nango-scrips-ref.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> One platform for all your integrations.

Nango is a single API to interact with all other external APIs. It should be the only API you need to integrate to your app.

<Frame caption="One API, many integrations.">
  <img src="https://mintlify.s3-us-west-1.amazonaws.com/nango-scrips-ref/images/overview.png" />
</Frame>

# 👩‍💻 Sample code

Initiate a new OAuth flow from your frontend:

```js
nango.auth('github', 'user123');
```

Get structured objects from external APIs from your backend:

```ts
nango.listRecords<GithubIssue>({
    providerConfigKey: 'github',
    connectionId: 'user123',
    model: 'GithubIssue',
});
```

# 👩🏻‍🔧 Choose your level of service

Nango's flexibility ensures it supports any API integration:

1. **Pre-built integrations**: Utilize pre-built integrations for popular APIs and standard use-cases to ship fast.
2. **Custom integrations**: Build your own integrations in code with limitless customization capabilities.
3. **Managed integrations**: Leverage Nango experts to create and maintain your integrations end-to-end.

# 🔌 150+ pre-built APIs & integrations, or build your own!

[Over 150 APIs are pre-configured](https://nango.dev/integrations) to work right out of the box. We support 25+ categories such:

* **Accounting**: Netsuite, Quickbooks, Xero, ...
* **Communications**: Slack, Discord, Teams, ...
* **CRMs**: Hubspot, Salesforce, ...
* **Emails**: Gmails, Outlook, ...
* **HR**: Deel, Gusto, BambooHR, Personio, ...
* **Identity**: Okta, Auth0, ...
* **Knowledge Bases**: Notion, Drive, ...
* **Ticketing**: Linear, Jira, ...
* **Support**: Zendesk, ...
* **Video**: Zoom, Google Meet, ...
* and [many more](https://nango.dev/integrations)

But remember, Nango can work with **any API and any use-case**!

# 🚀 Get started

Sign up for free and try the interactive demo:

<a href="https://app.nango.dev/signup" target="_blank">
  <img alt="Try Nango Cloud" src="https://mintlify.s3-us-west-1.amazonaws.com/nango-scrips-ref/images/nango-deploy-button.svg" noZoom />
</a>

# 🙋‍♀️ Why is Nango open-source?

Our mission is to enable all SaaS to seamlessly integrate together. By being open source, every engineer can contribute improvements to the platform for everyone:

* [Contribute an API](/customize/guides/contribute-an-api)
* [Contribute integration templates](/customize/guides/contribute-an-integration-template)

# 📚 Learn more

* [Learn how to integrate Nango](/integrate/overview)
* [Asks questions on the community](https://nango.dev/slack)
* [Book a demo](https://calendly.com/rguldener/30min)
