# SendGrid

### 1. Get your Secret Key

You can see a list of your SendGrid API keys via the "API Keys" section of your SendGrid account's "Settings" page. If you'd like to use an existing API key, you'll have to get this from whoever set up the key — SendGrid doesn't let you display API keys after they're created. If you want to create a new API key to use with Jet Admin, you can press the "Create API Key" button to create a new key and view it. Store it somewhere safe because SendGrid won't show it to you again!

To get your Secret Key, first sign up for a [SendGrid](https://sendgrid.com/) account. Then you need to go to the API Keys settings to create your Secret Key. Set permissions for the Key API and click Create & View.

![](https://3448227606-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LQ08RFAKZvFADEiXKFy%2F-MAx4hFiMIV_qZTgmMw8%2F-MAx92I6lhprHt30UHtB%2FGIF.gif?alt=media\&token=ba55dc2c-2e47-4d9b-89e3-48ea6ad3ed8c)

After you have successfully created the Key API, store it somewhere safe because SendGrid won't show it to you again.

![](https://3448227606-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LQ08RFAKZvFADEiXKFy%2F-MAx4hFiMIV_qZTgmMw8%2F-MAx9hnmBIAVLqnku3cZ%2Fimage.png?alt=media\&token=eddcc375-36de-4e6e-a0e8-4940ae74f3e8)

### 2. Add to Jet Admin

Add SendGrid to an existing project or connect SendGrid as a resource when creating a new project. Copy your Secret API Key into the API  Key field to connect the resource.

![](https://3448227606-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LQ08RFAKZvFADEiXKFy%2F-MjdCLE41J86itvQY858%2F-MjdEASuqiKeCTiB2fan%2Fimage.png?alt=media\&token=6f8552c5-043d-4a0d-8109-6ef2b17b2422)

{% content-ref url="../design-and-structure/components/buttons" %}
[buttons](https://docs.jetadmin.io/user-guide/design-and-structure/components/buttons)
{% 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://docs.jetadmin.io/user-guide/integrations/sendgrid.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.
