# Second Generation

The second-generation GRAX Managed Package is a ground-up re-imagination of exposing GRAX features natively within Salesforce. This package takes advantage of the [latest Salesforce package tools](https://developer.salesforce.com/docs/atlas.en-us.pkg2_dev.meta/pkg2_dev/sfdx_dev_dev2gp.htm), significantly reduces the amount of custom code added to your org (versus the first-generation package), eliminates the storage of secrets within Salesforce, and makes it easier to get GRAX in front of your users as fast as possible.

## App Exchange

This Managed Package has been reviewed and approved by Salesforce and is available via the Salesforce AppExchange:

{% embed url="<https://appexchange.salesforce.com/appxListingDetail?listingId=0416354a-cd03-4b68-912c-fb8aa382ac8d>" %}

## More Information

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

{% content-ref url="/pages/Rm3zCnCwPQbBC5m4sQxi" %}
[Install](/reuse-data/managed-package/second-generation/install.md)
{% endcontent-ref %}

{% content-ref url="/pages/Jq4JAkSRHali2QGFLOvT" %}
[Update](/reuse-data/managed-package/second-generation/update.md)
{% endcontent-ref %}

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


---

# 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/second-generation.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.
