> For the complete documentation index, see [llms.txt](https://docs.feedotter.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.feedotter.com/settings.md).

# Settings

- [Settings Overview](https://docs.feedotter.com/settings/settings-overview.md): The Settings area is where you can manage your personal preferences, account settings, integrations, and organization-wide configuration.
- [Personal](https://docs.feedotter.com/settings/personal.md): Personal settings allow you to customize your Feedotter experience and manage information specific to your user account.
- [Profile](https://docs.feedotter.com/settings/personal/profile.md): Change your name, password, and profile details.
- [Preferences](https://docs.feedotter.com/settings/personal/preferences.md): Select the page you would like to land on once you log in.
- [My Bookmarks](https://docs.feedotter.com/settings/personal/my-bookmarks.md): Manage your bookmark queue and configure tools for saving content from around the web.
- [Organization](https://docs.feedotter.com/settings/organization.md): Configure settings that apply across your organization and its users.
- [Company Details](https://docs.feedotter.com/settings/organization/company-details.md): View and update your organization's company information, primary contact, and billing email address.
- [Users](https://docs.feedotter.com/settings/organization/users.md): Invite team members, manage user access, and configure permissions for campaigns and newsletters.
- [Usage](https://docs.feedotter.com/settings/organization/usage.md): View newsletter creation activity and usage statistics for your Feedotter account.
- [Invoices & Billing](https://docs.feedotter.com/settings/organization/invoices-and-billing.md): View your subscription details, access invoices and payment receipts, and manage billing-related requests.
- [Security](https://docs.feedotter.com/settings/security.md): FeedOtter provides several ways for organizations to enhance the security of their FeedOtter account.
- [How to Reset Your Password](https://docs.feedotter.com/settings/security/how-to-reset-your-password.md): If you are unable to log in to your account, easily reset your password.
- [Enable SSO in Your Account](https://docs.feedotter.com/settings/security/enable-sso-in-your-account.md): FeedOtter offers SSO with popular SAML 2.0 IDPs.
- [Enable SSO With Okta as the Identity Provider](https://docs.feedotter.com/settings/security/enable-sso-in-your-account/enable-sso-with-okta-as-the-identity-provider.md)
- [Enable SSO with a Generic Identity Provider](https://docs.feedotter.com/settings/security/enable-sso-in-your-account/enable-sso-with-a-generic-identity-provider.md)
- [Enable SSO with Azure AD as the Identity Provider](https://docs.feedotter.com/settings/security/enable-sso-in-your-account/enable-sso-with-azure-ad-as-the-identity-provider.md)
- [Enable SSO with OneLogin as the Identity Provider](https://docs.feedotter.com/settings/security/enable-sso-in-your-account/enable-sso-with-onelogin-as-the-identity-provider.md)
- [Account Level 2FA](https://docs.feedotter.com/settings/security/account-level-2fa.md): Provide an additional level of account security by requiring users to login using a second form of authentication using an authentication app or email code.
- [Communications](https://docs.feedotter.com/settings/communications.md): Manage settings related to newsletters, review workflows, and branding
- [Emailing](https://docs.feedotter.com/settings/communications/emailing.md): Feedotter Sending is coming soon.
- [Review Lists](https://docs.feedotter.com/settings/communications/review-lists.md)
- [My Brands](https://docs.feedotter.com/settings/communications/my-brands.md): Brands are coming soon.
- [Platform](https://docs.feedotter.com/settings/platform.md): Additional features within Feedotter.
- [Tools](https://docs.feedotter.com/settings/platform/tools.md): Access our troubleshooting tool to diagnose feed issues.
- [AI](https://docs.feedotter.com/settings/platform/ai.md): This feature is coming soon.


---

# 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://docs.feedotter.com/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.
