> ## Documentation Index
> Fetch the complete documentation index at: https://docs.noimosai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Manage Website Settings

> This explains the settings available in the website management dashboard and when to use each.

## Overview

In the website `Management` section, you can centrally manage settings necessary for website operation such as publication status, domains, SEO & GEO, analytics, blog, email, payments, and more.

It is recommended to first check the items necessary for publication, then add settings after publication according to your goals such as attracting visitors, measurement, inquiries, and sales.

## Open the Management Dashboard

You can open the settings necessary for website operation from the `Management` tab at the top of the website screen.

1. Open the target website
2. Open `Management` on the website screen
3. Select the setting item according to your purpose

The displayed items may vary depending on your plan, connected integrations, and available features.

<img src="https://mintcdn.com/agoslabstechnologiesfzco/WUdTSmFBnDccnDQ0/public/help-center/website/website-manage-panel.png?fit=max&auto=format&n=WUdTSmFBnDccnDQ0&q=85&s=c7050d6b247c63a5cc94262116a8b852" alt="Screen showing the Management tab opened on the website screen with settings displayed" style={{ border: '1px solid #e5e7eb', borderRadius: '8px', marginBottom: '1.5rem' }} width="892" height="484" data-path="public/help-center/website/website-manage-panel.png" />

## Main Setting Items

| Setting Item | When to Use                                                     |
| ------------ | --------------------------------------------------------------- |
| Overview     | When checking the site status or basic information              |
| History      | When checking change history or past states                     |
| Domain       | When managing custom domains or public URLs                     |
| SEO & GEO    | When configuring settings for search engines or AI search       |
| Analytics    | When performing access analysis or measuring search performance |
| Payments     | When handling product sales or payment flows                    |
| AI           | When configuring AI features or responses on the website        |
| Knowledge    | When managing information referenced by the website             |
| Email        | When configuring inquiries, notifications, and email sending    |
| Database     | When managing data handled within the site                      |
| Users        | When managing user and access-related information               |
| GitHub       | When managing code or development integration                   |
| Blog         | When managing blog articles or content publication              |
| Figma        | When referencing or integrating design data                     |

## Domain

In `Domain`, you manage the website's public URL and custom domains.

Using a custom domain allows you to publish your website with a URL that matches your brand or service name.

If you use a domain obtained externally, DNS settings may be required.

## SEO & GEO

In `SEO & GEO`, you manage settings aimed at search engines and AI search. First, check the score to understand what is needed.

Typical settings include:

* Refining page titles and descriptions
* Managing sitemaps
* Configuring llms.txt
* Setting structured data
* Linking blog and page updates with search-related information

SEO settings are used to make it easier for search engines to understand your content.

GEO settings are used to make your website's information easier to understand for AI search and AI responses.

## Analytics

In `Analytics`, you handle measurement and analysis settings such as Google Analytics and Google Search Console.

Setting up measurement makes it easier to make improvement decisions after publication, such as:

* Which pages are being viewed
* Which search queries are driving traffic
* Which CTAs or flows should be improved
* Whether post-publication changes affect results

## Blog

In `Blog`, you manage blogs and article content linked to your website.

Using a blog allows you to accumulate SEO articles, case studies, news, know-how articles, and more within your website.

Managing the main site and blog together makes it easier to create flows from articles to service pages or inquiries.

## Payments

In `Payments`, you configure Stripe settings to accept product sales, reservation deposits, subscriptions, and more on your website.

First, confirm that a Stripe account is connected to your workspace. If not connected, connect Stripe in the integration settings, then select the Stripe account to use for this site.

Enabling Stripe allows you to link payments, subscriptions, and customer portals from your website. The payment secret is not directly exposed on the generated site.

Main setup steps are as follows:

1. Open `Payments`
2. Select the Stripe account to connect to this site
3. Execute `Enable` or `Update`
4. If needed, enter product name, description, amount, currency, and payment interval to create a price
5. Copy the created price ID
6. Request in chat: "Please add a checkout flow using this price ID"

Prices can be created according to use cases such as one-time payments, monthly, or yearly. For example, one-time payments for digital products, monthly or yearly for membership plans.

By configuring payments, you can operate your website not just as an introduction page but as a site that connects to purchases, applications, and recurring billing.

## Email

In `Email`, you configure the sender for emails sent from the site, notifications after form submissions or lead acquisition.

Enabling email allows notifications to be sent to the notification email address when inquiries or form submissions occur. Also, setting the sender name and address allows you to align the email sender with your brand.

Main settings include:

| Setting                    | What It Configures                            | Effect                                                    |
| -------------------------- | --------------------------------------------- | --------------------------------------------------------- |
| Enable email for this app  | Turns on the site's email sending function    | Allows sending form notifications and user emails         |
| Notification email address | Destination for new leads or form submissions | Helps prevent missing inquiries                           |
| Sender name                | Name displayed as the sender in emails        | Allows sending as company or service name                 |
| Sender address             | Email address used as the sender              | Allows using trusted senders like custom domains or Gmail |

If you want to send from a custom address, add the sending domain from `Manage Senders` and verify by setting DNS records. For Gmail, connect and select the Gmail sender.

For sites with inquiry or document request forms, always check notification email and sender settings before publishing. Setting these makes it easier to respond promptly to acquired leads.

## Database

In `Database`, you manage storage destinations for data handled within the website such as form submissions, lead information, order information, and member data.

Setting up a database allows you to not just temporarily notify received information but also view it as a list and use it later for email sending or customer support.

Main use cases:

| Use Case                  | Setting Details                                      | Suitable For                                                           |
| ------------------------- | ---------------------------------------------------- | ---------------------------------------------------------------------- |
| Create managed DB         | Create a database managed by NoimosAI                | When you want to start saving forms or leads without external accounts |
| Connect external database | Enter connection string for libSQL/Turso or Postgres | When you want to read/write an existing database from the website      |
| Connect Supabase          | Select a project from a connected Supabase account   | When you want to manage tables and data on Supabase                    |

With managed DB, you can add tables, add fields, and check row data. If there is an email column, you can send emails per row.

If connected to Supabase, tables and data are managed on the Supabase dashboard. When switching from managed DB to Supabase, migrate existing tables and rows to the selected Supabase project before switching.

If connected to external Postgres, table management is done on the Postgres side. NoimosAI manages the connection state for reading/writing from the site.

For sites with forms, member registration, reservations, or order management, confirm the storage destination before publishing.

## Users

In `Users`, you can check users registered on the public site.

This is used if your website has login or membership registration features. If authentication is not yet enabled, it will display "This site does not yet have login/membership registration features."

To add membership registration, request in chat:

```text theme={null}
Please add login and membership registration features using email addresses to this site.
```

Once authentication is added, you can check registered users' names, email addresses, email verification status, and registration dates. This is useful for managing membership content, reservation sites, or purchaser pages.

## AI

In `AI`, you configure AI features used on your website.

For example, use this to add visitor chatbots, image generation, video generation, etc. Adding AI features allows visitors to ask questions on the site or use AI functions tailored to specified purposes.

Main settings:

| Setting               | What It Does                               | Effect                                                       |
| --------------------- | ------------------------------------------ | ------------------------------------------------------------ |
| Add agent             | Create AI agents such as support bots      | Place AI for visitor support or guidance on the site         |
| Enable/disable        | Manage availability per agent              | Stop or resume AI features currently published               |
| Set as default        | Choose the default agent among multiple    | Specify which AI visitors use first                          |
| Select knowledge base | Choose dataset the agent references        | Make it easier to answer based on pricing, FAQ, product info |
| Write description     | Write the agent's role and response policy | Clarify what kind of AI it is                                |
| Monthly credit limit  | Set monthly credit limit visitors can use  | Helps control unexpected usage volume                        |

Selecting chatbots, image generation, or video generation from `Add AI features to site` inserts a draft in chat. Add necessary requirements and send to request adding AI features to the site.

After enabling AI, preview actual responses and flows before publishing. If knowledge is insufficient, answers tend to be vague, so it is recommended to prepare datasets and knowledge first.

## Knowledge

In `Knowledge`, you save foundational information used for editing this website and AI features.

Content saved here is used as persistent instructions AI references in future website edits. You don’t need to explain the same brand info or rules in chat every time, making it easier to unify site style and content.

Examples of good content to input:

* Brand colors, fonts, design atmosphere
* Company name, service name, store info, business hours
* Pricing plans, service areas, supported tasks
* Allowed expressions, expressions to avoid
* Frequently asked questions and answers
* CTA priorities

For example:

```text theme={null}
Brand color is #0F62FE. Tone is friendly and concise.
Pricing is Starter ¥980/month, Pro ¥2,980/month.
Please prioritize the CTA "Book a free consultation".
```

Saving knowledge reflects in AI from the next edit. Always update critical info like latest pricing or business hours before publishing to avoid impacting user experience.

## GitHub

In `GitHub`, you can export your website code to a GitHub repository or import changes from GitHub into NoimosAI.

Connecting GitHub allows developers to review code or edit externally and import changes. Use this when you want to separate editing on NoimosAI and development work on GitHub.

When starting to manage an existing site with NoimosAI, it is recommended to import into a duplicate repository or working branch and check preview before connecting directly to the production repository.

Main operations:

| Operation             | What It Does                                       | When to Use                                            |
| --------------------- | -------------------------------------------------- | ------------------------------------------------------ |
| Export to GitHub      | Export website code to a repository                | When starting GitHub management for the first time     |
| Push latest to GitHub | Reflect latest NoimosAI state to GitHub            | When you want to keep code updated with NoimosAI edits |
| Import from GitHub    | Import changes from GitHub to NoimosAI             | When developers want to reflect repo changes           |
| Check sync status     | See if branches are synced or if new commits exist | To avoid overwriting GitHub changes                    |

If there are new commits on GitHub, import them before making changes in NoimosAI to reduce overwriting repo changes.

GitHub integration is for code management. To reflect changes on the published site, review changes and then publish or update.

## Figma

In `Figma`, connect your Figma personal access token so the builder can read reference designs.

Connecting Figma makes it easier to adjust website structure and appearance while referencing Figma designs in chat. Use this when creating a website based on existing LP designs, brand guides, or component designs.

Setup steps:

1. Open `Figma`
2. Select `Connect`
3. Paste your Figma personal access token
4. Save

Tokens are saved per user and workspace. Each member can use a separate token to manage which Figma permissions are used for reference. Read-only tokens are sufficient.

After connecting, you can update or delete tokens as needed. If access rights change or files cannot be referenced, check the token and Figma access permissions.

## Recommended Items to Check First

When publishing a website for the first time, first check the items necessary for publication.

1. Check site status in `Overview`
2. Confirm public URL in `Domain`
3. Check titles and descriptions in `SEO & GEO`
4. Confirm measurement settings in `Analytics`

Then add settings according to your site’s purpose.

| Purpose                                        | Additional Items to Check                   |
| ---------------------------------------------- | ------------------------------------------- |
| Want to receive inquiries or document requests | `Email`, `Database`                         |
| Want to sell products or plans                 | `Payments`, `Email`, `Database`             |
| Want a membership site                         | `Users`, `Database`, `Email`                |
| Want to install visitor-facing AI              | `AI`, `Knowledge`, and `Database` if needed |
| Want to manage code with developers            | `GitHub`                                    |
| Want to adjust based on Figma designs          | `Figma`                                     |

## Related Pages

* [Website Basics](/help-center/website/website-basics)
* [Create a New Website](/help-center/website/create-and-edit-website)
* [Create Based on an Existing Website](/help-center/website/import-existing-website)
* [Edit Website](/help-center/website/edit-website)
* [Publish and Update Website](/help-center/website/publish-and-update-website)
* [Google Analytics](/help-center/integrations/analytics-and-data/google-analytics)
* [Google Search Console](/help-center/integrations/analytics-and-data/google-search-console)
