> ## Documentation Index
> Fetch the complete documentation index at: https://docs.withampersand.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Podium

## What's Supported

### Supported Actions

This connector supports:

* [Proxy Actions](/proxy-actions), using the base URL `https://api.podium.com`.

## Before You Get Started

To connect Podium with Ampersand, you will need [a Podium Developer Account](https://developer.podium.com/).

Once your account is created, you'll need to register an app in the Podium developer portal, configure the app, and obtain the following credentials from your app:

* Client ID
* Client Secret
* Scopes

You will then use these credentials to connect your application to Ampersand.

### Create a Podium Account

Here's how you can sign up for a Podium account:

* Go to the [Podium Developer website](https://developer.podium.com/) and signup for an account.

### Register a Podium App

Follow the steps below to register a Podium app:

1. Log into your [Podium Developer account](https://developer.podium.com/).
2. Click on **Create App**.
3. Enter your app name and click **Create app**.
4. Navigate to the **Oauth** tab in your app.
5. In the **Redirect URI** section, enter the Ampersand redirect URL: `https://api.withampersand.com/callbacks/v1/oauth`.
6. In the **Scopes** section, select the necessary scopes for your application.
7. Click **Save**.

<img src="https://mintcdn.com/ampersand-24eb5c1a/i4a56x-Fmj6u7jdE/images/provider-guides/cb73c4f-pod4.png?fit=max&auto=format&n=i4a56x-Fmj6u7jdE&q=85&s=db01503bdf23ce304eb5a319bd9fb397" alt="Ampersand Project Selection" width="1188" height="765" data-path="images/provider-guides/cb73c4f-pod4.png" />

You will find the **Client ID** and **Client Secret** keys for your application in the **Credentials** section. Note these down, as you will need them to connect your app to Ampersand.

## Add Your Podium App Info to Ampersand

1. Log in to your [Ampersand Dashboard](https://dashboard.withampersand.com).
2. Select the project where you want to create a Podium integration.\\
   <img src="https://mintcdn.com/ampersand-24eb5c1a/Bx3tggG51e0liOp-/images/provider-guides/31a6a12-Ampersand.png?fit=max&auto=format&n=Bx3tggG51e0liOp-&q=85&s=7ebd893fd2a976ebe7cf8af53f8581b8" alt="Ampersand Project Selection" width="2244" height="442" data-path="images/provider-guides/31a6a12-Ampersand.png" />
3. Select **Provider Apps**.
4. Select **Podium** from the **Provider** list.
5. Enter the previously obtained **Client ID** in the **Client ID** field and the **Client Secret** in the **Client Secret** field.
6. Enter the scopes set for your application in *Podium*.

   <img src="https://mintcdn.com/ampersand-24eb5c1a/Bx3tggG51e0liOp-/images/provider-guides/31a6a12-Ampersand.png?fit=max&auto=format&n=Bx3tggG51e0liOp-&q=85&s=7ebd893fd2a976ebe7cf8af53f8581b8" alt="Ampersand Project Selection" width="2244" height="442" data-path="images/provider-guides/31a6a12-Ampersand.png" />
7. Click **Save Changes**.
