# Enterprise

### Bindplane Plans

Your Current Plan: **Bindplane Enterprise**

* Unlimited collectors and data management
* Complete on-premise deployment option (highly requested feature!)
* Role-based access control for larger teams with external authentication available
* Unlimited project creation across different teams
* Premium support with prioritized SLAs, 24 × 7 dedicated support and customer success team

{% embed url="<https://www.youtube.com/watch?v=8oSkempQbE4&list=PLdtG-L_eQ9My-H38M2tvRKza7RCP7oBas>" %}

<details>

<summary>Critical Resources</summary>

[Join our community on Slack](https://www.launchpass.com/bindplane/free)

[Explore our documentation](https://docs.bindplane.com/)

[View our blog posts](https://bindplane.com/blog)

[Bindplane Use Cases](https://bindplane.com/use-case-demo)

[Bindplane Youtube channel](https://www.youtube.com/@bindplane)

[Contact support](https://bindplane.com/support)

</details>

<details>

<summary>Onboarding Guide</summary>

Onboarding in Bindplane can be done asynchronousy using videos, or our documentaiton page. We've included assets below, to support whichever path works best for you and your team.

* Bindplanes complete onboarding video playlist.
  * Critical videos:
    * [Setting up your first collector](https://youtu.be/fMs70_qeTB0?si=TqE40pWFuhsQtMyj)
    * [Getting started with Bindplane Fleets](https://youtu.be/HSe-vkcYaX0?si=kQT9QiTufOCCsNdv)
    * [Creating your first processor](https://youtu.be/Vq53Er6PjBo?si=aKt36k0ig98-x2_P)
    * [Understanding Bindplanes differentiators](https://youtu.be/JQ4kjR38Owc?si=jQpUO3fqpH_dA1C1)
* Bindplanes complete onboarding documentation guide.
  * Critical resources:
    * Creating your first [configuration](https://docs.bindplane.com/readme/build-your-first-configuration) and [collector](https://docs.bindplane.com/readme/install-your-first-collector)
    * [Sizing and scaling your environment correctly](https://docs.bindplane.com/production-checklist/bindplane-otel-collector/sizing-and-scaling)
    * Reviewing Bindplanes [production checklist](https://docs.bindplane.com/production-checklist)
    * Build one of our[ how-to](https://docs.bindplane.com/how-to-guides) guides in your own environment

</details>

<details>

<summary>Customer Success Team</summary>

Now that you've completed your onboarding pre-requisites, book a time to meet your Bindplane Customer Success team to set expectations and track goals.

* [ ] Schedule a 30-minute alignment call [Here](https://meetings.hubspot.com/chelsea-wright2).

Please include as much detail as possible regarding your request and goals you’d like to achieve during our time together, in the booking page.

</details>

<details>

<summary>Feedback</summary>

At Bindplane, we're always looking to improve our onboarding process to best support our customers. Submit any feedback or recommendations you'd like to see applied to our onboarding page, [Here](https://forms.gle/3YCurfqGNu9ssyDE8).

</details>

<details>

<summary>Tips and Tricks to Succeed faster</summary>

1. Most everything done in the GUI can be done with our CLI

* [ ] Try - Installing the Bindplane CLI, [Here](https://docs.bindplane.com/cli-and-api).
* [ ] Try - Using the CLI to list your sources and the processors you setup using our getting started documentation. You can also create or update any resource in Bindplane using our reference guide, [Here](https://docs.bindplane.com/cli-and-api/cli/reference).

```markup
bindplane get sources
bindplane get processors
```

2. [Snapshots](https://docs.bindplane.com/feature-guides/snapshots) help you visualize the data you collect, [Live Preview](https://docs.bindplane.com/feature-guides/live-preview?q=Snapshot+recording) reveals the effect of your transformations on that data.

* [ ] Try - Opening a full screen editor by clicking on any processor node in the GUI
* [ ] Try - Entering a command to filter your events, metrics or traces, such as `stderr F`
* [ ] Try - Saving this as a Snapshot recording to use when creating a processor bundle.

3. Use our GUI to monitor how much data you produce

* [ ] Try - Navigating to **Overview > Summary** in the Bindplane GUI to view data coming into Bindplane, data going out of Bindplane, and total data reduced with Bindplane.
* [ ] Try - reducing the data you send downstram by using our [filter by condition](https://www.youtube.com/watch?v=Vq53Er6PjBo) processor.
* [ ] Try - Setting up alerts based on volume in your end destinations to monitor data surges. Remember, your Bindplane plan is usage based.

4. Manage consistent processing logic across multiple configurations or pipelines with [processor bundles](https://docs.bindplane.com/feature-guides/processor-bundles).

* [ ] Try - Creating a processor bundle in your environment, and configuring it to a specific use case or goal.
* [ ] Try - Viewing the effects of your applied transformations in Live Preview. Additions will be highlighted in <mark style="background-color:green;">green</mark>, deletions in <mark style="background-color:red;">red</mark>.

5. Blueprints in Bindplane allow you to directly import specific solutions into your environment\*

* [ ] Try - Importing a Blueprint that is applicable to your needs, into your Bindplane environment by navigating to **Blueprints** in your GUI.
* [ ] Try - Modifying the processors in the Blueprint to fit your data set. After you import, you can easily edit as needed.

</details>


---

# 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.bindplane.com/onboarding/enterprise.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.
