> For the complete documentation index, see [llms.txt](https://partners.botpenguin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://partners.botpenguin.com/partner-platform-guidelines/customer-plans/add-on.md).

# Add-on

Add-on enhance functionality, providing advanced features, and personalized options to optimize your customer's chatbot experience.

Give option to your customers to unlock additional tools and capabilities to tailor their chatbot for diverse business needs effortlessly.

{% embed url="<https://www.youtube.com/watch?v=FSxtI_2n6rM>" %}

### Creating an Add-On

1. Click on Add-on available under subscription management
2. Enter a name that will be displayed in your Add-on management table.&#x20;

<figure><img src="/files/vDYWyobubIZIVf5i6J5d" alt=""><figcaption></figcaption></figure>

3. Enter a display name for your Add-on that will be visible to your customers.
4. Then select a plan for which you are creating the Add-On. You can select multiple plans to implement Add-on.

<figure><img src="/files/y4RDtezg239fkZ44AY9x" alt=""><figcaption></figcaption></figure>

5. Then select the add-on type from the drop down.
6. Enter the consumption amount for the same.

<figure><img src="/files/6LC2ABGgBcWx7ioT1ysy" alt=""><figcaption></figcaption></figure>

7. In case of "AI Messages" also select the AI Model and AI Knowledge Mix.

<figure><img src="/files/JVG67AZQ3eY3LbbxpoFe" alt=""><figcaption></figcaption></figure>

8. Then enter the pricing amount for Monthly and Yearly.
9. Then click on "Create Add-on" to save the created add-on.

<figure><img src="/files/15B5oMcCL9jHnFxlLXZM" alt=""><figcaption></figcaption></figure>

10. Once you have created the add-on. Remember to enable the status toggle button to make your Add-on visible to your customers.&#x20;

<figure><img src="/files/t4CrFGTpC0NtZgZv7Zpa" alt=""><figcaption></figcaption></figure>

We have successfully completed creating ADD-ON. &#x20;

Please feel free to reach out to us at <mark style="color:$primary;"><support@botpenguin.com></mark>, in case of any questions or concerns.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://partners.botpenguin.com/partner-platform-guidelines/customer-plans/add-on.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
