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

# FAQ

> Frequently asked questions about Mora.

<AccordionGroup>
  <Accordion title="Why can't I sign up?">
    Mora is **invite-only**. You need an invitation from an existing organization member to create an account. If you received an invitation but the link doesn't work, it may have expired, ask your admin to send a new one.
  </Accordion>

  <Accordion title="How do I invite someone to my organization?">
    Go to **Settings → Members**, enter their email address, and click **Invite**. They'll receive an email with a join link. See [Members & invitations](/account/members).
  </Accordion>

  <Accordion title="What happens when I publish (save) a dataset?">
    Mora runs your SQL query in the background and materializes the results. Charts that reference this dataset automatically update. The query runs against your database once at publish time, after that, charts display the materialized data.
  </Accordion>

  <Accordion title="Does Mora store my data?">
    When you publish a dataset, Mora materializes the query results so charts can load instantly. The raw data stays in your database, Mora only stores the results of the queries you run. Catalog sync reads metadata (table/column names and types) but not actual data.
  </Accordion>

  <Accordion title="What's the difference between transformations and SQL?">
    SQL runs on your database and handles complex joins, CTEs, and heavy transformations. Mora's no-code **transformations** run in your browser on the already-published results, they're for the "last mile" shaping like grouping, filtering, and sorting. Transformations don't hit your database. See [Transformations](/datasets/transform).
  </Accordion>

  <Accordion title="Can I use the AI in read-only mode?">
    Yes, switch to **Ask mode** using the mode selector or **Shift+Tab**. In Ask mode, the AI can answer questions, explain queries, and explore your schema, but it cannot modify any datasets, dashboards, or charts.
  </Accordion>

  <Accordion title="How do I change my subscription plan?">
    Open **Settings → Billing** (visible to owners and admins). This opens the Stripe Customer Portal where you can upgrade, downgrade, or cancel. See [Billing](/account/billing).
  </Accordion>

  <Accordion title="What databases does Mora support?">
    PostgreSQL, MySQL, Amazon Redshift, Google BigQuery, ClickHouse, Snowflake, and Databricks. See [Datasources](/datasources/overview).
  </Accordion>

  <Accordion title="What third-party apps can I sync data from?">
    PostHog, Stripe, Salesforce, HubSpot, Attio, Google Sheets, Facebook Ads, and hundreds of other apps via Fivetran. See [Connections](/connections/overview) for guided setup, or browse the full catalog at [mora.com/integrations](https://mora.com/integrations).
  </Accordion>

  <Accordion title="Can I export my data?">
    Yes, use the **Download CSV** option from any chart's options menu. The export includes the data as shaped by your transformations. See [Export](/datasets/export).
  </Accordion>
</AccordionGroup>
