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

# Stack Exchange

API configuration: [`stackexchange`](https://nango.dev/providers.yaml)

## Features

| Feature                                           | Status                        |
| ------------------------------------------------- | ----------------------------- |
| [Auth (OAuth)](/guides/oauth)                     | ✅                             |
| [Syncs](/guides/sync) & [Actions](/guides/action) | ✅                             |
| [Nango Proxy](/guides/proxy)                      | ✅                             |
| Auto-pagination                                   | 🚫 (time to contribute: \<1h) |
| API-specific rate limits                          | 🚫 (time to contribute: \<1h) |

<Tip>We can implement missing features in \<48h, just ask for it in the [community](https://nango.dev/slack).</Tip>

## Getting started

* [Register your OAuth app here](http://stackapps.com/apps/oauth/register)
* [Stack Exchange API docs](https://api.stackexchange.com/docs)
* [Stack Exchange OAuth scopes](https://api.stackexchange.com/docs/authentication#scope)
* [Web API docs (their REST API)](https://api.stackexchange.com/docs)

<Tip>Need help getting started? Get help in the [community](https://nango.dev/slack).</Tip>

## API gotchas

* By default, access tokens expire (and cannot be refreshed). To get an access token that does not expire, pass the `no_expiry` scope (along with your other scopes).
* Read the [usage notes here](https://api.stackexchange.com/docs/authentication#usage): You need to pass an additional `key` parameter together with your access token to benefit from higher API quotas.

<Note>
  Add Getting Started links and Gotchas by [editing this page](https://github.com/nangohq/nango/tree/master/docs-v2/integrations/all/stackexchange.mdx)
</Note>
