# Admin Console

The Integrous Analytics Admin Console is your central hub for configuring and customizing the Integrous system in Salesforce for your business’s processes. Located within the Integrous Analytics App in Salesforce, the Admin Console provides powerful configuration options without requiring code or development resources.

## Overview

The Admin Console empowers administrators to:

* Configure Sales Journey stages and completion criteria
* Manage data quality through correction and mapping tools
* Customize field relationships and system behavior
* Manage system logging

## Prerequisites

**Before accessing the Admin Console:**

* Ensure you have both the Integrous Admin and Integrous User permission sets assigned
* Have System Administrator or equivalent permissions in Salesforce

[More info about the Integrous Permission Sets](https://help.integrousanalytics.com/v1/docs/sfdc-installation-and-initial-configuration#permission-assignment)

> ❗Important
>
> The Admin Console is only accessible to users with the Integrous Admin permission set. However, administrators should have both permission sets assigned to ensure complete system functionality, including the ability to view reports and dashboards as end users would see them.

## Accessing the Admin Console

{% stepper %}
{% step %}

### Navigate to the Integrous Analytics App in Salesforce

![Locating the Integrous Analytics App in Salesforce](/files/3ccc4a45add74226ad833e8839d80745c0027401)
{% endstep %}

{% step %}

### Click on the tab labeled “Integrous Admin Settings“

![](/files/4348585dd9a8cb999a112ad5580ccceb4b15c052)
{% endstep %}

{% step %}

### Select the configuration area you need from the available tabs on the left

{% endstep %}
{% endstepper %}

## Configuration Areas

Each tab in the Admin Console serves a specific purpose:

* [**Sales Stage Configuration**](https://help.integrousanalytics.com/v1/docs/sales-stage-configuration)
  * Configure the criteria for stamping sales progression information that fuels funnel reporting
* [**Sales Journey Completion Configuration**](https://help.integrousanalytics.com/v1/docs/sales-journey-completion)
  * Configure the criteria for ‘completing’ sales journeys, which also determines Lead/Contact Reactivation Eligibility
* [**Standard Object Field Settings**](https://help.integrousanalytics.com/v1/docs/standard-object-field-settings)
  * Configure settings in the Integrous system related to fields on standard objects like Leads, Contacts, and Opportunities
* [**Creating Engagements from Tasks**](https://help.integrousanalytics.com/v1/docs/creating-engagements-from-tasks)
  * Set up criteria for creating Engagement records from meaningful sales activities captured as Tasks
* [**Fields From Related Objects**](https://help.integrousanalytics.com/v1/docs/fields-from-related-objects)
  * Pull data from related objects into Engagement records for enhanced reporting capabilities
* [**Data Correction Module**](https://help.integrousanalytics.com/v1/docs/data-correction-module)
  * Fix Attribution data issues from list uploads, URL mistakes, or legacy values while maintaining a complete audit trail
* [**Data Mapping Module**](https://help.integrousanalytics.com/v1/docs/data-mapping-module)
  * Transform raw attribution data into clean, hierarchical reporting values that align with your business terminology
* [**Log Retention**](https://help.integrousanalytics.com/v1/docs/log-retention)
  * Manage system log retention periods to optimize storage while maintaining troubleshooting capabilities
* [**Trigger Enablement**](https://help.integrousanalytics.com/v1/docs/trigger-enablement)
  * Control system triggers for troubleshooting or data migration scenarios (use with caution)

> Need a refresher or introduction to the system?
>
> Refer to the [**Quick-Start Guide**](https://help.integrousanalytics.com/v1/docs/quick-start-guide) for fundamentals.


---

# 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://help.integrousanalytics.com/admin-console.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.
