# Overview of General Settings

{% hint style="success" %}

#### Required User Credentials

\[**Flosum User**] - **Backup & Archive** license with **App Settings** permissions
{% endhint %}

## ![](/files/CBvqj0H8446fKLeXtHLv)Overview

Each of your Salesforce Organizations has its own **Settings** page that can be configured independently. The **Settings** page is divided into three tabs: **General**, **Notifications**, and **Integrations**. This article focuses on the settings within the **General** tab. For instructions on the other tabs, refer to the following article.

* [Overview of Notifications Settings](/backup-and-archive/settings/backup-and-archive-settings-notifications.md)
* [Overview of Integrations Settings](/backup-and-archive/settings/backup-and-archive-settings-integrations.md)

The **General** Settings tab lets you review your organization settings, manage backup and archive operations, and set API quotas.

## General Settings

{% stepper %}
{% step %}

### Access General Settings

Below are instructions for accessing the General Settings and a brief overview of each section.

1. Click **Settings** from the sidebar menu.
2. Click the **Organization** to change settings for.&#x20;

   <div align="left"><figure><img src="/files/KS7DBlnQP1L89EfEYB1Q" alt="" width="563"><figcaption></figcaption></figure></div>
3. Click the **General** tab.&#x20;

   <div align="left"><figure><img src="/files/KTuNkX1QkRtxRM0oeHGi" alt="" width="563"><figcaption></figcaption></figure></div>

{% endstep %}

{% step %}

### Organization Details

The **Organization Details** section lists details about the connection between your Flosum Backup & Archive tenant and your Salesforce org.

<div align="left"><img src="/files/zS9GoVAaWTE6txQzZgmZ" alt="" width="563"></div>
{% endstep %}

{% step %}

### Manage Operations

Flosum automatically enables scheduled backups and archives by default, providing restore points in case of data loss. You can manage backup and archive scheduling separately using the **Scheduled backups** and **Scheduled archives** toggles. When either toggle is disabled, existing schedules of that type won't run, and you won't be able to create new ones. For more details about disabling schedules, see the following article:

* [Disabling Scheduled Backups and Archives](/backup-and-archive/settings/disabling-scheduled-backups-and-archives.md)

<div align="left"><figure><img src="/files/YU9Fjb8OnCzgXue2Sah9" alt="" width="563"><figcaption></figcaption></figure></div>

* If you make changes, click **Save** to apply them.
  {% endstep %}

{% step %}

### API Quota

Salesforce enforces daily API call usage limits to prevent individual customers from overusing its Point of Destination (PoD) resources. By default, Flosum sets the maximum **REST API** and **Bulk API** calls to 80% of the Salesforce limits. This approach ensures your backup and archive jobs operate within the allowable range while reserving capacity for other API operations. As a best practice, maintain these 80% thresholds to leave room for other API calls and avoid job suspension when daily API limits are reached. These percentages can be adjusted if necessary, though caution is advised.

<div align="left"><figure><img src="/files/kL4oaTl5Sdq4s8FoTBnk" alt=""><figcaption></figcaption></figure></div>

* If you make changes, click **Save** to apply them.
  {% endstep %}
  {% endstepper %}


---

# 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.flosum.com/backup-and-archive/settings/backup-and-archive-settings-general-settings.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.
