> For the complete documentation index, see [llms.txt](https://documentation.grax.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.grax.com/reuse-data/managed-package/first-generation.md).

# First Generation

{% hint style="danger" %}
The First Generation Managed Package is being deprecated in favor of the newer, more advanced [Second Generation Managed Package](https://documentation.grax.com/reuse-data/managed-package/second-generation).

For additional details, please see our retirement notice [here](https://documentation.grax.com/notices/feature-retirements/first-generation-managed-package-retirement).
{% endhint %}

The first-generation GRAX Managed Package is a deprecated implementation of the core GRAX product as well as the Lightning Web Components. This package includes a large amount of custom code, custom objects, triggers, a managed application, a dozen permission sets, protected custom settings, and several scheduled jobs. It is more complicated to set up and maintain than the second-generation package and no longer receives updates.

## Installing or Updating

If you are an existing user of the first-generation package and need to install it into another org or patch an older version version of the package in your org, please [reach out to our Support team](/support/get-support.md) for help.

## More Information

{% content-ref url="/pages/1EjUBgfycjSfFa3V6F7C" %}
[Features](/reuse-data/managed-package/first-generation/features.md)
{% endcontent-ref %}

{% content-ref url="/pages/3nnQIGXHHYvyEkX994OG" %}
[Uninstall](/reuse-data/managed-package/first-generation/uninstall.md)
{% endcontent-ref %}

{% content-ref url="/pages/3MYkhXsuTQP4Mas5fmoV" %}
[Migrate](/reuse-data/managed-package/first-generation/migrate.md)
{% endcontent-ref %}


---

# 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://documentation.grax.com/reuse-data/managed-package/first-generation.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.
