# Describe

Describes all Source (Salesforce and Microsoft CRM) objects that the connection profile can see. This command return a Comma separated list of values as

<\<Source Object>>,<\<createable>>,<\<updateable>>, <\<querable>>, <\<replicatable>>

#### Usage <a href="#describe-usage" id="describe-usage"></a>

| `admin describe <<profile>>` |
| ---------------------------- |

profile: connection profile setup in DBSync

**Example**

| `Linuxadmin.sh describe myprofile`  `Windowsadmin.bat describe myprofile` |
| ------------------------------------------------------------------------- |

<br>


---

# 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.mydbsync.com/cloud-replication-main/utilities/command-line/describe.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.
