# Welcome!

Thank you for deciding to read the Salescamp API Reference!

Our API is designed to make it easy to interact with the data inside of Salescamp using automated systems.

We have tried to make the Salescamp API as friendly as possible to developers by using standard [REST](http://en.wikipedia.org/wiki/Representational_State_Transfer) conventions and [JSON](http://www.json.org/) responses.

## Developer Support

As Developers we understand that no API Reference can answer every question.

We have a Developer to Developer support system where if you are working with our API you can immediately speak directly to one of our Engineers.

If you have a question about our API just start a conversation with us using the chat widget on this page and your query will be sent to a member of our engineering team!


---

# 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://developer.salescamp.app/welcome.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.
