# Customizations

- [SlapFive API](https://docs.slapfive.com/customizations/slapfive-api.md): SlapFive has a powerful Application Programming Interface (API) that includes webhooks, GET and POST endpoints.
- [Use Okta for Single Sign-On](https://docs.slapfive.com/customizations/use-okta-for-single-sign-on.md): If you want to use Okta to provide Single Sign-On access to SlapFive, you need to do these steps.
- [Use Microsoft Entra ID for Single Sign-On](https://docs.slapfive.com/customizations/use-microsoft-entra-id-for-single-sign-on.md): If you want to use Microsoft Entra ID (formerly Azure Active Directory) to provide Single Sign-On access to SlapFive, you need to do these steps.
- [Use Cloudflare SSO to assign Users to SlapFive Roles](https://docs.slapfive.com/customizations/use-cloudflare-sso-to-assign-users-to-slapfive-roles.md): If you want to use Cloudflare to provide Single Sign-On access to SlapFive and assign each user to a SlapFive Role, you need to do these steps.
- [Use Okta for SSO for Salesforce users](https://docs.slapfive.com/customizations/use-okta-for-sso-for-salesforce-users.md): If you use Okta to authenticate Salesforce users, follow these instructions to enable Salesforce users to access the SlapFive Salesforce App.
- [SlapFive Template Catalog](https://docs.slapfive.com/customizations/slapfive-template-catalog.md): See examples of the most common SlapFive Templates for creating full-page Boards and Embeddable Widgets
- [Configure a custom domain for your SlapFive Boards](https://docs.slapfive.com/customizations/configure-a-custom-domain-for-your-slapfive-boards.md): By default, the URL of SlapFive Boards begins with https://your\_company.slapfive.com. This section shows you how to have the URLs begin with a custom domain.
- [Send emails from your own domain and email addresses](https://docs.slapfive.com/customizations/send-emails-from-your-own-domain-and-email-addresses.md): By default, SlapFive notification and prompt emails are sent from admin@slapfive.com. This section shows you how to have them sent from your users' email addresses.
- [Embed customer voice on your website or landing page](https://docs.slapfive.com/customizations/embed-customer-voice-on-your-website-or-landing-page.md): A powerful way to put customer content to work is to embed it on any web, mobile or social property. This section gives you some ideas for where and why to embed and how to do it.
- [Access Board and Story lists from within another app](https://docs.slapfive.com/customizations/access-board-and-story-lists-from-within-another-app.md): A powerful way to give others in your company access to Boards and Stories is to embed the list within the apps they use everyday. This section gives you some ideas and explains how to do it.
- [Configure Role-Based Permissions](https://docs.slapfive.com/customizations/configure-role-based-permissions.md): When you invite people from other teams like Demand Gen and Customer Success to use SlapFive, you'll want to configure which functions and data they should see. This section explains how to do it.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.slapfive.com/customizations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
