> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/admin-guide/agentless-scanning/onboard-accounts/configure-oci.md).

# Configure Agentless Scanning for OCI

1. Click **Add account**.

   <figure><img src="/files/s5loWZY89E68JZYrw7B8" alt="agentless add account"><figcaption></figcaption></figure>
2. Under **Select cloud provider**, pick **Oracle**.

   <figure><img src="/files/0kufrkc74fEUTUr18mXS" alt="agentless oci account configuration"><figcaption></figcaption></figure>
3. Provide a name for the account.

   <figure><img src="/files/7ApSUF41kebRw149ZlL7" alt="agentless oci account configuration name"><figcaption></figcaption></figure>
4. Under **Tenancy**, paste the value you got from the OCI **Configuration File Preview**.

   <figure><img src="/files/2pG3tc2cnEgRriCcJudi" alt="agentless oci account configuration tenancy"><figcaption></figcaption></figure>
5. Under **User**, paste the value you got from the OCI **Configuration File Preview**.

   <figure><img src="/files/OPlu5IHoG7pSzC9yKwHs" alt="agentless oci account configuration user"><figcaption></figcaption></figure>
6. Under **Fingerprint**, paste the value you got from the OCI **Configuration File Preview**.

   <figure><img src="/files/N9lVyFSm3OUISZE0PLk1" alt="agentless oci account configuration fingerprint"><figcaption></figcaption></figure>
7. Open the downloaded private key and paste it under **Private key**.

   <figure><img src="/files/rDs8BWF7LOxbO7YX6CRX" alt="agentless oci account configuration private key"><figcaption></figcaption></figure>
8. Click **Next**.

   <figure><img src="/files/2juZIzJpaaIJ0scHeRfg" alt="agentless oci account configuration next"><figcaption></figcaption></figure>
9. Select the public URL that the Prisma Cloud Console uses to connect to OCI.

   <figure><img src="/files/MCxlSFo1Bp5TFgO9J8i9" alt="agentless oci agentless configuration url"><figcaption></figcaption></figure>
10. Enter the name of the created OCI compartment.

    <figure><img src="/files/SGRqN1ldR9PRnQD3Jsxc" alt="agentless oci agentless configuration compartment"><figcaption></figcaption></figure>
11. Configure any **Advanced settings** you need.

    <figure><img src="/files/bbgUdGy8w1ACFIVr9eFg" alt="agentless oci agentless advanced settings"><figcaption></figcaption></figure>

    Any resources like VCN, subnet, or security group you want to use must exist in the compartment you created. Create the resources using the same name in every region you wish to scan.
12. Under **Download permission templates**, click **Download**.

    <figure><img src="/files/lphoViTp5lkaeytfYsdx" alt="agentless oci agentless configuration download template"><figcaption></figcaption></figure>
13. Click **Add account**.

    <figure><img src="/files/76fMqX0RhoWlcUV1bf0Y" alt="agentless oci agentless configuration add account"><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.prismacloud.io/admin-guide/agentless-scanning/onboard-accounts/configure-oci.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
