Documentation Index
Fetch the complete documentation index at: https://docs.definite.app/llms.txt
Use this file to discover all available pages before exploring further.
Editing Fi Memory requires the Admin role. Analysts can use Fi but cannot change the memory.
The fastest way to edit memory: just tell Fi
The most effective way to update Fi Memory is to use Fi itself. Whenever you correct Fi or teach it something new, ask it to remember:- “Remember that ARR excludes one-time setup fees.”
- “From now on, default chart colors should be
#0993f6and#22c55e.” - “Add to memory: the
userstable has soft deletes, always filterdeleted_at IS NULL.”
When to put something in memory
| Use case | Example |
|---|---|
| Business glossary | ”An ‘active customer’ is one with a paid invoice in the last 90 days.” |
| Metric definitions | ”MRR = sum of subscriptions.monthly_amount where status = 'active'.” |
| Schema hints | ”The users table has soft deletes; always filter deleted_at IS NULL.” |
| Naming conventions | ”We refer to accounts as ‘workspaces’ in customer-facing copy.” |
| Tooling preferences | ”Default to bar charts for categorical breakdowns, not pie charts.” |
| Company context | ”We’re a B2B SaaS company; revenue means ARR unless stated otherwise.” |
Editing memory manually
You can also edit memory directly if you want to bulk-load context, reorganize what Fi has written, or remove something:- Go to Settings → Fi
- Edit the memory in the markdown editor
- Click Save
How Fi uses memory
Fi loads the memory into its system prompt at the start of every session, alongside its built-in instructions. It’s always available, so you don’t need to mention it or attach it as context.Branding & visual defaults
You can use Fi Memory to encode visual defaults (brand colors, logo URL, chart preferences) so Fi applies them consistently when it builds tiles, dashboards, and data apps.Let Fi pull branding from your website
You don’t have to type your colors in by hand. Point Fi at your site and have it figure them out:- “Go to https://acme.com, grab our primary and accent colors, and save them to memory.”
- “Pull the logo and brand colors from acme.com and use them as defaults for charts and data apps.”
Fi Memory is the recommended place for branding today. A dedicated theme/branding UI (color picker, logo upload) is on the roadmap.
Limits and scope
| Details | |
|---|---|
| Scope | Per workspace. Shared across every Fi conversation in your team. |
| Format | Markdown. Headings, lists, tables, and code blocks all render. |
| Size limit | 25,000 characters (about 5,000 words). |
| Permissions | Admins edit; everyone benefits. |
| History | The most recent edit timestamp is shown in settings. |
Tips
- Be specific. “Revenue is collected, not billed” beats “be careful with revenue.”
- Keep it tight. Memory is loaded into every prompt, so trim anything Fi doesn’t need.
- Use headings. Fi parses markdown structure. Group related facts under
## Metrics,## Tables, etc. - Don’t paste full schemas. Fi already has access to your data model. Use memory for facts and conventions, not column lists.
- Iterate. Start small, then add to it whenever you find yourself correcting Fi the same way twice.
Next steps
AI in Docs
Learn how to use Fi to build dashboards and run analyses.
Data Modeling
Define metrics in your semantic layer for consistent answers.

