> For the complete documentation index, see [llms.txt](https://developer.salesintel.io/salesintel-api-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.salesintel.io/salesintel-api-documentation/getting-started-with-salesintel-apis/use-cases.md).

# Use Cases

## [Companies](/salesintel-api-documentation/company-apis.md)

### Company Search

Use the APIs to return companies based on firmographic or technographic criteria to discover new companies within your ICP.&#x20;

### Company Data Append

Use the APIs to append firmographic information to identified companies, by domain name (recommended) or company name.

## [Contacts](/salesintel-api-documentation/people-contact-apis.md)

### Contact Search

Use the APIs to discover net-new contacts that meet buying center and ICP criteria. The APIs can be used to support an ABM strategy, returning buying center contacts at a set of companies, specified by domain (recommended) or company name.

### Contact Data Append

Use the APIs to append contact information to known contacts, using email address (preferred), or combinations of first name, last name, company domain, title, etc. Our team can help you construct a waterfall of logic designed to ensure the highest match rate for your contact append scenarios.

## [Technographics](/salesintel-api-documentation/technographic-apis.md)

### Technographic Data Append

Append tech stack usage to companies, by domain (recommended) or company name. Specify the technologies of interest and learn if the company does or does not incorporate that technology into their tech stack.

## [News](/salesintel-api-documentation/news-apis.md)

### News Articles by Company

Retrieve news articles for a set of companies, specified by domain. Specify a category or specific type of news of interest, along with publication or extraction dates.


---

# 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://developer.salesintel.io/salesintel-api-documentation/getting-started-with-salesintel-apis/use-cases.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.
