# Company News Signal API

- [Add Group](https://docs.intellizence.com/company-news-signal-api/add-group.md): Add a group
- [List Companies](https://docs.intellizence.com/company-news-signal-api/list-companies.md): Returns a list of matching companies from the Intellizence database
- [Add Company](https://docs.intellizence.com/company-news-signal-api/add-company.md): Add a Company to track
- [Bulk Add Companies](https://docs.intellizence.com/company-news-signal-api/bulk-add-companies.md): Add companies to track
- [List Of Tracked Companies](https://docs.intellizence.com/company-news-signal-api/list-of-tracked-companies.md): Returns a list of tracked companies for the given API key and Group Name
- [List Triggers](https://docs.intellizence.com/company-news-signal-api/list-triggers.md): Returns list of all available triggers in the Intellizence database
- [Add Trigger](https://docs.intellizence.com/company-news-signal-api/add-trigger.md): Add a Trigger to track
- [Bulk Add Triggers](https://docs.intellizence.com/company-news-signal-api/bulk-add-triggers.md): Add Triggers to track
- [List of Tracked Triggers](https://docs.intellizence.com/company-news-signal-api/list-of-tracked-triggers.md): Returns a list of all tracked triggers for the given API key
- [Remove Company](https://docs.intellizence.com/company-news-signal-api/remove-company.md): Remove a Company from tracking
- [Bulk Remove Companies](https://docs.intellizence.com/company-news-signal-api/bulk-remove-companies.md): Remove companies from tracking
- [Remove Trigger](https://docs.intellizence.com/company-news-signal-api/remove-trigger.md): Remove a Trigger from tracking
- [Bulk Remove Triggers](https://docs.intellizence.com/company-news-signal-api/bulk-remove-triggers.md): Remove triggers from tracking
- [Delete Group](https://docs.intellizence.com/company-news-signal-api/delete-group.md): Delete a group
- [Recommend Company](https://docs.intellizence.com/company-news-signal-api/recommend-company.md): Recommend a Company Name to be added in the Intellizence database
- [Check Company Recommendation Status](https://docs.intellizence.com/company-news-signal-api/check-company-recommendation-status.md): Check the status of the recommendation to add a Company Name in the Intellizence database
- [Search Signals - By Company ID](https://docs.intellizence.com/company-news-signal-api/search-signals-by-company-id.md)
- [Search Signals - By Group and Company IDs](https://docs.intellizence.com/company-news-signal-api/search-signals-by-group-and-company-ids.md): Returns news based on search parameters
- [Push News](https://docs.intellizence.com/company-news-signal-api/push-news.md): Post news to the given REST end point
- [Intellizence Company News Signals API](https://docs.intellizence.com/company-news-signal-api/search-signals-by-company-domain.md): The Intellizence Company News Signals API provides latest, curated news intelligence for specified company domains and trigger events.
- [Intellizence Trigger Codes Reference](https://docs.intellizence.com/company-news-signal-api/intellizence-trigger-codes-reference.md)


---

# 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.intellizence.com/company-news-signal-api.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.
