# Frequently Asked Questions

<details>

<summary><strong>Don't I need the Managed Package to manage and utilize GRAX?</strong></summary>

No. The Managed Package is an optional add-on that provides unique ways to use GRAX data. All GRAX features besides the Lightning Web Components can be accessed via the GRAX Application's web interface.

</details>

<details>

<summary><strong>How do I know whether I have the First or Second Generation Managed Package installed?</strong></summary>

The First Generation Managed Package namespace is `grax`, while the Second Generation Managed Package namespace is `graxinc`.

</details>

<details>

<summary><strong>Can I have both the First Generation and Second Generation Managed Packages installed at the same time?</strong></summary>

Technically, yes you can. We do not recommend this as it may be difficult to decipher between the different components and permission sets.

</details>

<details>

<summary><strong>Are Files (ContentDocument/ContentDocumentLink/ContentDocumentVersion) compatible with the LWC?</strong></summary>

Yes. In order to see Files within the LWC, you'll need to install the LWC on the parent object of the File you'd like displayed in the LWC (For example, to see files linked to Case records, you'll need to install the LWC on the Case object page).

</details>

<details>

<summary><strong>Why don't I see the "GRAXLWCHelper" Apex Class in the "Enabled Apex Class Access" section?</strong></summary>

Whether you're able to see the `GRAXLWCHelper` Apex Class within the `Enabled Apex Class Access` of a profile is dependent on which [users were provided access to the managed package when it was installed](https://documentation.grax.com/reuse-data/managed-packages#installing-the-first-generation-managed-package).

If you're unable to see the `GRAXLWCHelper` Apex Class within the `Enabled Apex Class Access` of a profile, we recommend updating to the [latest version of GRAX](https://documentation.grax.com/reuse-data/managed-packages#installing-the-second-generation-managed-package) and selecting the `Install for Specific Profiles` option.

</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://documentation.grax.com/reuse-data/managed-package/frequently-asked-questions.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.
