# Create

The Credential object is diferent depending on the Cloud Provider (AWS, Azure or GCP).  Each one has it's own parameters:

* AWS
  * Credential Name
  * Role
  * Comments
* Azure
  * Credential Name
  * Tenant
  * Subscription
  * Client ID
  * Secret
  * Comments
* GCP
  * Credential Name
  * Project
  * Comments

Every Credential needs an action from you (in AWS you have to create a policy + role with binding, in Azure it is neccesary to create a Service Principal in a Subscription and assign a Key and Role, and in GCP it is needed to have a IAM Policy + Role + Binding).

* Selet an Organization
* Go to \<Credentials> in the nav menu
* Click on the "+" icon
  * &#x20;![](/files/qelqNhd0PS2uJFNzlByd)
* Fill in the blanks with the required Data (Comments are optional, but desired, as we can have same roles in different accounts and this could be a real mess.
  * ![](/files/QHt5TOhk0EUDXq8O3j0m)


---

# 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.cloudplans.io/organization/credentials/create.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.
