# 2. Project Settings

After adding the SDK, you need to configure your project to prepare it before starting to use the SDK.

## Configuring Capabilities

1. Go to the **Capabilities** tab of your target settings
2. Under **Background Modes**, enable **Location updates**, **Background fetch**, and **Background processing**.

![](/files/ceJsB6eoGpKFtlLExpYP)

## Setting Up Background Tasks

The Sentiance SDK occasionally schedules background work, and as such, requires a background task identifier to be specified in your project's info (Info.plist):

1. Go to Project settings -> select a target -> Info.
2. Add "Permitted background task scheduler identifiers" if required.
3. Add the sub-item: `com.sentiance.backgroundtask.task_processing`


---

# 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.sentiance.com/a-complete-integration/ios-sdk/project-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.
