> For the complete documentation index, see [llms.txt](https://docs.halosecurity.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.halosecurity.com/docs/platform/settings.md).

# Settings

You can find all of your scanning and discovery settings within the settings section. To access your Settings, click the [Settings](https://app.halosecurity.com/user/settings/) (cog) icon in the header.

Within the settings section, you can access:

* [**Integrations**](/docs/integrations/discovery-integrations.md): Connect third-party services like cloud providers and workflow tools
* [**Automations**](/docs/platform/automations.md): Set up automated workflows and processes
* [**Seeds**](/docs/platform/getting-started-guide.md#add-seeds): Manage domains, networks, and other starting points for asset discovery
* [**Icons**](/docs/platform/getting-started-guide.md#identify-icons): Identify and categorize favicons associated with your organization
* **Acknowledged**: View and manage [issues](/docs/platform/issues/vulnerability-management.md#acknowledgements-and-false-positives), [assets](/docs/platform/discovery/discovered-assets.md#acknowledged-assets), hosts, elements, and suggestions that have been acknowledged as out-of-scope
* [**Archived Targets**](/docs/platform/targets/managing-targets.md#archiving-targets): Access targets that have been archived but retain historical data
* [**Licenses**](/docs/platform/overview.md#services): Manage target licensing and scanning services
* [**Issue Settings**](/docs/platform/issues/issue-settings.md): Configure how issues are categorized and managed
* [**Advanced Settings**](/docs/platform/settings/advanced-settings.md): Access additional scanning and platform configuration options
* [**API Keys**](/docs/integrations/api.md): Generate and manage API access credentials
* [**Feeds**](/docs/integrations/feeds.md): Configure data feeds for external integrations
* [**Webhooks**](/docs/integrations/webhooks.md): Set up webhook endpoints for real-time notifications
* [**Event Rules**](/docs/platform/events/alerts.md): Define custom rules for event triggering and filtering
* **Event Settings**: Configure general event handling preferences

The settings section provides centralized access to all configuration options, allowing you to customize Halo Security to match your organization's security workflows and requirements.


---

# 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://docs.halosecurity.com/docs/platform/settings.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.
