# Sending Data to Salesforce

In order to send company lists back to Salesforce, you first need to create a property in the Account object to signify whether a company is in that list.

Watch this short video on how to create a property in Salesforce:

{% embed url="<https://hockeystack-1.wistia.com/medias/nu82dtzxbz>" %}

In the video, we created a property called `Custom Field` but you can give it any name you want.

You should then copy the value you see under the “Name” column (which is `HockeyStack__Custom_Field__c` in this case) and paste it into the configuration modal in HockeyStack.


---

# 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.hockeystack.com/integrations/crms/salesforce/sending-data-to-salesforce.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.
