# Profits

The Profits feature allows users to create and manage various profit entries, including setting profit names, types, rates, and tax settings.

### Access The Profits Page

1. Log into the application using your credentials.
2. From the dashboard, navigate to **Accounts** in the side menu.
3. Select **Profits** from the dropdown list.

<figure><img src="/files/pD1PxoC0eiXq0A3Ezj7W" alt=""><figcaption></figcaption></figure>

### Create A New Profit Entry

To create a new Profit entry, follow these steps:

1. Click the **Add** button in the top-left corner of the Profits page to create a new profit entry.
2. On the "C**reate New Profit**" page:
   * Enter the Profit Name in the "**Enter profit name**" field.
   * Select the Type of Profit from the dropdown menu.
   * Enter the Default Rate (%) in the "**Enter default rate**" field.
   * Toggle the "**Apply withholding tax?**" switch if applicable.
3. Click the **Save** button to create the profit entry.
4. Confirm the action by selecting **“Yes, I want to proceed.”**

<figure><img src="/files/OEy4uaaCFr8qY8P1uxas" alt=""><figcaption></figcaption></figure>

### Modify A Profit Entry

To modify an existing Profit entry:

1. In the **Actions** column, click the three vertical dots (⋮) next to the profit entry you wish to modify.
2. Select **Modify** from the dropdown menu.
3. Update the necessary Profit details.
4. Click **Update** to apply the changes.
5. Confirm the action by selecting **“Yes, I want to proceed.”**

### Activate/Deactivate A Profit Entry

To activate or deactivate an existing Profit entry:

1. In the Actions column, click the three vertical dots (⋮) next to the profit entry you wish to activate or deactivate.
2. Select **Activate** or **Deactivate** from the dropdown menu.
3. Confirm the action by selecting **“Yes, I want to proceed.”**


---

# 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.udara360.io/core-features/account-management/profits.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.
