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

# S3 Access Keys

## AWS Access Keys Authorization

1. **Open AWS Console**
   Sign in to your AWS Management Console.
2. **Open IAM**
   Head to the IAM (Identity and Access Management) dashboard.
3. **Create a user**
   In the left-hand sidebar, select "Users" and then click "Create user".
   <Frame>
     <img src="https://mintcdn.com/ac-b0a71323/BNXP3eQbZkz1irB7/images/s311.avif?fit=max&auto=format&n=BNXP3eQbZkz1irB7&q=85&s=4f43600ecc07204ed4a8e070edb7c8b9" alt="S311" width="3450" height="754" data-path="images/s311.avif" />
   </Frame>
4. **Set user details**
   Assign a name to the new user (e.g., "ASSISTAIS3Connector") and click "Next".
5. **Attach a policy**
   Select "Attach policies directly", then search for "AmazonS3ReadOnlyAccess" or a policy with comparable permissions. Choose the policy and click "Next".
6. **Finalize the user**
   Add any relevant tags if needed, then click "Create user".
7. **Generate an access key**
   On the users page, click the newly created user. Under the summary section, select "`Create access key`" and pick "`Third-party service`" as the intended use case. Acknowledge the disclaimer and move forward.
8. **Save your keys**
   Optionally add a description tag, then click "`Create access key`". Make sure to copy both the `Access Key ID` and `Secret Access Key` right away, as the secret will not be retrievable later.
   <Frame>
     <img src="https://mintcdn.com/ac-b0a71323/BNXP3eQbZkz1irB7/images/s322.jpg?fit=max&auto=format&n=BNXP3eQbZkz1irB7&q=85&s=f06688c08a5375045c119c3b9bbaa3c4" alt="S322" width="3338" height="1314" data-path="images/s322.jpg" />
   </Frame>

## Credential Entry in ASSIST AI

When setting up the S3 connector in ASSIST AI, enter your credentials as follows:

* **AWS Access Key ID:** Paste the Access Key ID copied from AWS
* **AWS Secret Access Key:** Paste the Secret Access Key copied from AWS

<Frame>
  <img src="https://mintcdn.com/ac-b0a71323/BNXP3eQbZkz1irB7/images/s3-1.png?fit=max&auto=format&n=BNXP3eQbZkz1irB7&q=85&s=9678aa4762a4d4647b1ea4599b675fdd" alt="S3 1" width="1920" height="1003" data-path="images/s3-1.png" />
</Frame>

Once your AWS Access Keys are ready, refer back to the indexing steps in the overview to complete your S3 connector setup.
