> For the complete documentation index, see [llms.txt](https://adly-news.gitbook.io/adly.news-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adly-news.gitbook.io/adly.news-docs/03-businesses/09-settings.md).

# Settings

The Settings page allows you to manage your notification preferences and account settings. This guide explains the available options and how to customize your experience.

## Accessing Settings

### Navigate to Settings

1. Click **Settings** in the sidebar
2. You'll see your account settings options

## Notification Preferences

### Understanding Notifications

adly.news sends notifications to keep you informed about:

* Bid responses (accepted, rejected, counter-offered)
* Booking confirmations
* Messages from newsletter owners
* Campaign applications
* Payment confirmations
* Platform updates

### Viewing Your Preferences

The Settings page shows notification types with:

| Column                | Description                       |
| --------------------- | --------------------------------- |
| **Notification Type** | What the notification is about    |
| **Description**       | When this notification is sent    |
| **Category**          | Group the notification belongs to |
| **Enabled**           | Toggle to turn on/off             |

### Notification Categories

Notifications are organized into categories:

| Category      | Examples                                           |
| ------------- | -------------------------------------------------- |
| **Bids**      | Bid accepted, counter-offer received, bid rejected |
| **Bookings**  | Booking confirmed, booking completed               |
| **Campaigns** | New application, application approved              |
| **Messages**  | New message from newsletter owner                  |
| **Payments**  | Payment successful, refund processed               |
| **Platform**  | System updates, account alerts                     |

## Managing Individual Notifications

### Turning Notifications On/Off

1. Find the notification type you want to change
2. Toggle the switch to enable or disable
3. Changes save automatically

### Considerations

Before disabling notifications:

* **Critical notifications** — Some are important for your campaigns
* **Time-sensitive** — Bid responses require quick action
* **Communication** — Newsletter owners expect responsiveness

### Recommended Settings

**Keep enabled:**

* Bid accepted (you have 48 hours to act)
* Counter-offer received (requires response)
* Booking confirmed (important confirmation)
* New messages (stay responsive)

**Consider disabling:**

* Marketing updates (if you prefer less email)
* Weekly summaries (if you check the dashboard regularly)

## Managing Category-Wide Settings

### Enabling/Disabling All in a Category

Some interfaces allow toggling entire categories:

1. Find the category header
2. Toggle to enable/disable all in that category
3. Individual settings may override

## Resetting to Defaults

### Restore Default Settings

If you've customized heavily:

1. Look for **Reset to Defaults** option
2. Click to restore original settings
3. Confirm the action

This resets all notification preferences to platform defaults.

## How Notifications Are Delivered

### Delivery Methods

Notifications may be delivered via:

| Method     | Description                           |
| ---------- | ------------------------------------- |
| **In-App** | Visible in your Notifications inbox   |
| **Email**  | Sent to your registered email address |

### In-App Notifications

Access your notification inbox:

1. Click **Notifications** in the sidebar
2. View all notifications
3. Click to read and take action

The sidebar shows an unread count badge when you have new notifications.

### Email Notifications

Email notifications go to your registered email address. Manage email frequency through notification preferences.

## Account Information

### Viewing Your Account

The Settings page may also show:

* Your email address
* Account type (Business)
* Account creation date

### Updating Account Details

For account changes:

* Email verification may be required
* Some changes may require support
* Business information is provided during bookings and campaigns

## Business Information

### How Business Information Works

Your business information is collected during booking:

* Company name
* Contact name
* Company website
* Company description
* Location

This information is provided each time you create a booking or campaign. You can enter different details for different campaigns if needed.

## Privacy and Security

### Your Data

adly.news takes privacy seriously:

* Your data is used to provide the service
* Review our privacy policy for details
* Contact support for data-related requests

### Session Management

Signing out:

1. Click **Sign Out** at the bottom of the sidebar
2. You'll be returned to the home page
3. Sign in again when you return

## Troubleshooting Notifications

### Not Receiving Notifications

If you're missing notifications:

1. **Check settings** — Ensure the notification type is enabled
2. **Check spam** — Email notifications may be in spam folder
3. **Check email address** — Verify your email is correct
4. **Browser notifications** — Ensure they're allowed if applicable

### Too Many Notifications

If you're overwhelmed:

1. Review which notifications you actually need
2. Disable less important categories
3. Consider checking the dashboard instead of email

### Delayed Notifications

Notifications should arrive promptly. If delayed:

1. Check your internet connection
2. Refresh the notifications page
3. Wait a few minutes and check again
4. Contact support if delays persist

## Best Practices

### Balance Information and Noise

* Enable critical business notifications
* Disable what you don't need
* Check the platform regularly

### Review Settings Periodically

* Revisit settings as your needs change
* Enable new notification types as they're added
* Adjust based on your experience

### Use In-App Notifications

The in-app notification center ensures you don't miss anything:

* Check when you log in
* Clear read notifications
* Act on items promptly

## Common Questions

### Can I get notifications on my phone?

In-app notifications are visible when you access the platform on mobile. Email notifications go to your email, accessible on any device.

### Can I set quiet hours?

Currently, notifications follow your enabled preferences at all times. Consider email filters for batching.

### Will I miss important things if I disable notifications?

Yes, you may miss time-sensitive items like counter-offers. Keep critical notifications enabled.

### How do I change my email address?

Email address changes may require account verification. Contact support for assistance.

### Can I have different settings for different campaigns?

Currently, notification settings apply to all your activity. Category toggles provide some control.

## Next Steps

* Return to [My Bookings](/adly.news-docs/03-businesses/05-managing-bookings.md) to manage campaigns
* Check your [Calendar](/adly.news-docs/03-businesses/07-calendar.md) for scheduled ads
* Review [Payments](/adly.news-docs/03-businesses/08-payments.md) for transaction history
* Use [Messages](/adly.news-docs/03-businesses/06-messages.md) for newsletter owner communication


---

# 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://adly-news.gitbook.io/adly.news-docs/03-businesses/09-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.
