> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stigg.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Prerequisites

## Prerequisites

* Your pricing has been [modeled in Stigg](/documentation/modeling-your-pricing-in-stigg/overview).
* [NodeJS](https://nodejs.org/en/download/) must be installed.
* [Obtain](../../managing-your-account/environments/api-keys) the full access key of the environment that you'd like to import the data to.
* Export the above full access key as an environment variable:

<CodeGroup>
  ```shell shell theme={null}
  export STIGG_FULL_ACCESS_KEY='<FULL-ACCESS-KEY>'
  ```
</CodeGroup>


## Related topics

- [AWS Marketplace](/documentation/native-integrations/marketplaces/aws-marketplace.md)
- [Archiving products](/documentation/modeling-your-pricing-in-stigg/products/archiving-products.md)
- [Amazon Athena](/documentation/importing-and-exporting-data/export/athena.md)
- [Amazon Aurora (MySQL)](/documentation/importing-and-exporting-data/export/aurora-mysql.md)
- [Amazon Aurora (PostgreSQL)](/documentation/importing-and-exporting-data/export/aurora-postgresql.md)
