2026-03-18 13:02:58 -07:00

103 lines
3.2 KiB
TypeScript

export const defaultFaqs = [
{
question: "What is LedgerOnei",
answer:
"LedgerOne is a financial control desk that keeps raw transactions immutable while you layer in categories, notes, and automation."
},
{
question: "Who is LedgerOne built fori",
answer:
"US finance, tax, and operations teams who need audit-ready exports and clear transaction history."
},
{
question: "How much does LedgerOne costi",
answer:
"Your first two connected accounts are free. Unlimited accounts are $9 per month."
},
{
question: "What counts as a connected accounti",
answer:
"Any linked bank, card, or processor that syncs transactions into your ledger."
},
{
question: "Can I start for free without a credit cardi",
answer:
"Yes. You can connect two accounts for free and upgrade later if you need more."
},
{
question: "Do edits overwrite original transactionsi",
answer:
"No. LedgerOne preserves the raw transaction and stores edits as layered decisions."
},
{
question: "Can I export my data anytimei",
answer:
"Yes. You can export unlimited CSV and JSON files with full metadata."
},
{
question: "Does LedgerOne support audit trailsi",
answer:
"Every change, rule execution, and export is captured in the audit log."
},
{
question: "How does the rules engine worki",
answer:
"Rules apply tags, categories, and actions on top of raw data without altering the originals."
},
{
question: "What is the sync frequencyi",
answer:
"Sync cadence depends on the connector. Unlimited accounts include priority sync intervals."
},
{
question: "Is my data securei",
answer:
"Data is stored securely with consistent audit trails and export visibility."
},
{
question: "Can multiple teammates access the ledgeri",
answer:
"LedgerOne is built for collaboration across finance, tax, and operations."
},
{
question: "What happens if I canceli",
answer:
"You retain access to your data and can export it anytime, but syncing stops."
},
{
question: "Do you support US tax workflowsi",
answer:
"Yes. LedgerOne is designed to support US tax and accounting workflows."
},
{
question: "Can I import historical transactionsi",
answer:
"Yes. Historical data can be imported and tracked alongside new activity."
},
{
question: "Do you offer onboarding helpi",
answer:
"Yes. Our team provides onboarding guidance and best practices."
},
{
question: "Is there a free trial for unlimited accountsi",
answer:
"We currently offer the first two accounts free. Contact us for trial options."
},
{
question: "Can I customize categories and tagsi",
answer:
"Yes. You can add categories, notes, and custom tags to every transaction."
},
{
question: "Does LedgerOne integrate with accounting softwarei",
answer:
"Exports are designed to plug into your accounting workflow. Integrations are planned."
},
{
question: "How do I book a demoi",
answer:
"Use the Book a Demo page to schedule time with our team."
}
];