# Settings

- [General Settings](https://guides.noloco.io/settings/general-settings.md): Control some general settings for your Noloco app
- [Live Mode](https://guides.noloco.io/settings/general-settings/live-mode.md): Turn on live-mode to allow your users to log in
- [Custom Logos](https://guides.noloco.io/settings/general-settings/custom-logos.md): Customize the logos in your app to match your company's brand
- [Theme & Design](https://guides.noloco.io/settings/theme-and-design.md): Customize your Noloco app to match your brand's theme by choosing a custom color
- [Progressive web apps](https://guides.noloco.io/settings/progressive-web-apps.md): Progressive Web Applications (PWA) are becoming increasingly popular due to their ability to offer a seamless user experience across all devices.
- [Navigation Settings](https://guides.noloco.io/settings/navigation-settings.md): Control the settings for your app's navigation sidebar
- [Spaces](https://guides.noloco.io/settings/spaces.md): A powerful feature designed for organizations managing complex Noloco apps
- [Email Settings](https://guides.noloco.io/settings/email-settings.md): Configure the email templates and settings that your app uses to invite users
- [Custom Code](https://guides.noloco.io/settings/custom-code.md): For those with coding expertise or specific customization needs, custom code can take your app's appearance and functionality to the next level.
- [Custom Domain](https://guides.noloco.io/settings/custom-domain.md): Custom domains allow your Noloco app to appear more professional and branded by using a web address that aligns with your business name (e.g., www.yourcompany.com instead of yourcompany.noloco.io).
- [Login & Signup](https://guides.noloco.io/settings/login-and-signup.md)
- [Sign in Options](https://guides.noloco.io/settings/login-and-signup/sign-in-options.md): Control how your users sign in (or sign up) to your app from the User Lists & Sign-up settings
- [Single Sign On](https://guides.noloco.io/settings/login-and-signup/single-sign-on.md): Integrate your enterprise login service with Noloco
- [2FA - Two Factor Authentication](https://guides.noloco.io/settings/login-and-signup/2fa-two-factor-authentication.md): You can add an additional layer of protection and security to your Noloco App by enabling 2FA (Two Factor Authentication) in the Sign in Options
- [Client Portal User Add-On](https://guides.noloco.io/settings/login-and-signup/client-portal-user-add-on.md): Easily manage and control costs associated with external users accessing their app, such as clients, customers, partners, contractors, and freelancers.
- [Public Access](https://guides.noloco.io/settings/public-access.md): Public Acces let you share specific parts of your Noloco app with the world — no login required. Whether you're showcasing a course catalog, event listings, or a product directory, you stay in control
- [Login Screen](https://guides.noloco.io/settings/login-screen.md): Customize the login screen to improve your user's experience
- [User Lists](https://guides.noloco.io/settings/user-lists.md): If you have a list of users in an external data source like Airtable, PostgreSQL or Google Sheets, you can sync it to the Noloco Users table in your app to allow such users to log in.
- [Integrations & API Keys](https://guides.noloco.io/settings/integrations-and-api-keys.md): The integrations & API keys settings allow you manage your app's integrations in one place
- [MCP Integration](https://guides.noloco.io/settings/integrations-and-api-keys/mcp-integration.md): Connect AI agents like Claude, Cursor, and Windsurf to your Noloco app data using the Model Context Protocol (MCP)
- [Billing & Usage](https://guides.noloco.io/settings/billing-and-usage.md): Get an overview of your app's usage and manage your billing from within your app
- [Plan Limits and Usage](https://guides.noloco.io/settings/plan-limits-and-usage.md): Understand your plan limits, what happens when you exceed them, and how to monitor your usage effectively
- [Support](https://guides.noloco.io/settings/support.md): Support settings provide quick links from every project to these guides and our other support materials
- [Publishing](https://guides.noloco.io/settings/publishing.md): Why you should publish your Noloco app and what it does
- [App Version History](https://guides.noloco.io/settings/publishing/app-version-history.md): How to use previous app versions


---

# 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://guides.noloco.io/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.
