> For the complete documentation index, see [llms.txt](https://docs.fenixpyre.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fenixpyre.com/fenixpyre-for-admins/admin-dashboard/integrations/box/how-to-enable-fenixpyre-integration-in-box.md).

# How to enable FenixPyre integration in Box

### Pre-requisites

Before you begin the installation, we recommend setting up a Box admin account with the name FenixPyre application. This ensures a smooth integration process.

### Adding FenixPyre to Your Box Account

1. **Log in to Box:**
   * Access your Box account by logging in with your credentials.
2. **Search for FenixPyre**
   * Go to the `Apps` section in the Box interface.
   * Use the search bar to find the FenixPyre app.
3. **Add the FenixPyre App:**

   * Click on `Add` to install the FenixPyre app.
   * Review and grant the necessary permissions required by the FenixPyre app to ensure proper functionality.

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

### Configuring FenixPyre for All Users in Box

1. **Log in as an Admin:**
   * Access your Box Admin console using your administrative credentials.
   * Go to the `Admin Console`.
2. **Access Individual Application Controls:**

   * In the Admin Console, navigate to `Apps` and click on `Individual Application Controls` tab.
   * Select the `FenixPyre` app from the list.
   * Click on `Configure` button.

   <figure><img src="/files/z2kgfks7tJAgniQCyADy" alt=""><figcaption></figcaption></figure>
3. **Set FenixPyre as default app for all users:**

   * A pop-up will appear.
   * Choose the option `"Added by default for All users"` to ensure the FenixPyre app is available to all users by default.
   * Save the changes

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

By following these steps, you can configure FenixPyre to be automatically available for all users in your Box environment.


---

# 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://docs.fenixpyre.com/fenixpyre-for-admins/admin-dashboard/integrations/box/how-to-enable-fenixpyre-integration-in-box.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.
