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

# Prerequisites

> Before using the library, you need to have a Nebuly Public key.

To find your available Public keys or create a new one, you need to go to Settings > Projects and click on the "View Nebuly keys" button in the row for the project you want to use.

<img src="https://mintcdn.com/nebulyai/-8VTmqUEVPPsEp8W/nebuly-reports/images/keys.png?fit=max&auto=format&n=-8VTmqUEVPPsEp8W&q=85&s=de943a022ca40011c12eb5b7e07bcf30" alt="API keys" style={{borderRadius: '.5rem'}} width="3024" height="1588" data-path="nebuly-reports/images/keys.png" />

Once you click on the button, a sheet will open with the list of your Public and Secret keys and a button to create a new one.

<img src="https://mintcdn.com/nebulyai/-8VTmqUEVPPsEp8W/nebuly-reports/images/keys-sheet.png?fit=max&auto=format&n=-8VTmqUEVPPsEp8W&q=85&s=29000ea6a41a862840953efe54ebb2fd" alt="API keys sheet" style={{borderRadius: '.5rem'}} width="1480" height="492" data-path="nebuly-reports/images/keys-sheet.png" />

<Warning>
  **Important Security Notice**: Always use your **Public key** when integrating the Nebuly library into your application. Never use your Secret key in client-side code, as this would expose it to users and create a security vulnerability. For safety reasons, the Nebuly client will not work with Secret keys and will throw an error if you attempt to use one.
</Warning>

Once you have the Public key, you can use the library in your project to embed the charts created in that project into your application.
