# Build platform app settings Go your Build Platform app settings page to get your SDK credentials and API keys, download the Video SDK for any available platform, enter your developer contact information, and set up webhooks. See [Create account](/docs/build/account/) for details. ## Open app settings page Sign into your Build platform account and click **Build App** in the sidebar of the web portal to open your app settings page. _You can also go to the [Zoom App Marketplace](https://marketplace.zoom.us), hover over **Develop**, and click **Build SDK app** to open it._ ## Update account information - Under **Basic information**, enter an **App Name** for your app. - Under **Developer Contact Information**, update your **Name** and **Email** if necessary. Product updates about the Video SDK will be sent to that email address. ## Download / view doc Under **Download / Code snippet**: - On the **Video SDK** tab, download the Video SDK for each platform that you're working with. - On the **Cobrowse SDK** tab, click the link to view the Cobrowse SDK documentation. ## Get SDK key and secret - Under **SDK credentials**, get your **SDK Key** and **SDK Secret** to authorize your app to start and join Video SDK or Cobrowse SDK sessions. - These SDKs uses [JSON Web Tokens (JWT)](https://datatracker.ietf.org/doc/html/rfc7519) for authorization. See [Video SDK: Authorize](/docs/video-sdk/auth/) or [Cobrowse SDK: Authorize](/docs/cobrowse-sdk/authorize/) for details. ## Get API key and secret - Under **API keys**, get your **API Key** and **API Secret** to access the [Account Settings APIs](/docs/api/accounts/#tag/accounts), [Video SDK API](/docs/api/video-sdk), and [Cobrowse SDK APIs](/docs/api/cobrowse-sdk). - Build SDK APIs also use JWTs for authorization. Click **View JWT Token** to generate and use a token directly from the marketplace page or generate one yourself. See [Make API requests](/docs/build/api-request/) for details. ## Subscribe to webhook events Under **Add feature**, toggle **Event Subscriptions** to subscribe to events [using webhooks](/docs/api/webhooks/). - **Secret Token** - Zoom sends the secret token in each event notification we send to your app. Use this token to verify that event notifications were sent by Zoom. See [Configure webhooks](/docs/api/webhooks/#configure-webhooks) for details. - **Event subscription** - Configure webhooks to send [Cobrowse SDK events](/docs/api/cobrowse-sdk/events/) or [Video SDK events](/docs/api/video-sdk/events/) to your server as HTTP POST requests. This is useful for tracking events or building out business logic. For example, when you receive a Video SDK or Cobrowse SDK session ended webhook, you could send an email to thank the participants for joining. ## Manage your account See the rest of the documentation under **Account actions** to learn how to manage your account [dashboard](/docs/build/dashboard/), [billing](/docs/build/billing/), [reports and recordings](/docs/build/reports/), and [roles](/docs/build/roles/). For example, you can [invite Zoom accounts to view or manage your Build platform account](/docs/build/roles/#invite-users-to-view-or-manage-account). _For pricing, see the [Developer pricing](https://zoom.us/pricing/developer) page._