C
clearception.ai Help Center

Settings

Manage your clearception.ai subscription, account, AI models, integrations, and API access from one place.


Opening Settings

Go to app.clearception.ai/settings.

Subscription & Credits

Your active plan and credit balance are shown at Settings โ†’ Profile โ†’ Change Plan. clearception.ai uses a credit system โ€” different operations consume different amounts, and your monthly allowance resets on your billing renewal date.

Subscription Plans

Plan Monthly Annual Credits/mo Overage Key Apps & Features
General AI $16 $190 (save $38) 100 +$10 / 100 extra Yoda general assistant ยท light deep research ยท writing, planning & brainstorming ยท web research (20 calls/mo) ยท 5 saved automations
Wellness AI $24 $290 (save $58) 175 +$10 / 100 extra Everything in General AI + Altheon holistic wellness coach ยท ChefMuse culinary AI ยท SonicSage sound & frequency guide ยท weekly Multi-Modal Guidance digest ยท 30 wellness automations/mo
Legal AI $41 $490 (save $98) 250 +$15 / 100 extra Everything in General AI + Lawgorithm legal research AI ยท contract & document summaries ยท legal checklist generation ยท 20 document reviews/mo
Economics AI $66 $790 (save $158) 400 +$20 / 100 extra Everything in General AI + Quantis financial & trading agent ยท DeepQuery database analysis ยท broker / trading account connection ยท 50 market research calls/mo
All Access Pro $108 $1,290 (save $258) Unlimited โ€” All agents โ€” no restrictions ยท Altheon weekly Multi-Modal Guidance ยท all automations & data sources ยท priority support ยท early access to new agents
๐Ÿ’ก

Annual billing saves between $38 and $258 per year depending on your plan. You can switch between monthly and annual billing at any time from the Change Plan screen โ€” the change takes effect at your next renewal date.

Credit Usage by Operation

Credits are deducted each time you run an AI operation. The table below shows how many credits each type of action costs:

OperationCredits
Standard chat message1
Web research query (/online)5
Document analysis5
Deep research (/research)15โ€“25
Broker / database workflow5โ€“20
Daily automation run1โ€“3 per run

Overage Credits

If you exhaust your monthly credit allowance, additional credits are billed automatically at your plan's overage rate. Overage is charged in 100-credit increments:

PlanOverage Rate
General AI$10 per 100 credits
Wellness AI$10 per 100 credits
Legal AI$15 per 100 credits
Economics AI$20 per 100 credits
All Access ProNo overage โ€” credits are unlimited

Viewing Your Balance

Your current credit usage and remaining balance are shown on the Profile settings tab. The display shows credits used / monthly limit along with your plan name, status badge (Active / Trial / Expired), and next renewal date.

Changing Your Plan

  1. Open Settings โ†’ Profile.
  2. Click Change Plan under your current subscription details.
  3. Select a plan and choose Monthly or Annual billing.
  4. Confirm the change. Upgrades take effect immediately; downgrades take effect at the next renewal.

Account

SettingDescription
Display Name The name clearception.ai uses when addressing you in conversations
Email Your login email โ€” also used for Automation delivery
Password Update your login password
Timezone Used to schedule Automations at the correct local time
Export Data Download all your conversations as a JSON file
Delete Account Permanently removes your account and all associated data โ€” this cannot be undone

AI Models

clearception.ai supports multiple AI models for chat, images, and voice. The model you select affects response quality, speed, and credit cost.

SettingDescription
Text (Chat Model) The primary LLM used for all conversations
Image (Generation Model) Model used when you run /image commands
Voice (TTS Model) Text-to-speech voice used by Jarvis and audio responses
Agent Model Override Assign a different text model to a specific agent, overriding your account default
๐Ÿ’ก

On a self-hosted instance, your admin configures which models are available. Supported providers include OpenAI, Ollama, LiteLLM, Google Vertex, and any OpenAI-compatible API.

Integrations

Connect third-party services to expand clearception.ai's knowledge base.

IntegrationWhat it does
Notion Sync Notion pages and databases โ€” see Data Sources
GitHub Index a GitHub repository โ€” see Data Sources

Trading Platforms

Connect clearception.ai to your brokerage so the Quantis Trading Agent can research the market and execute trades on your behalf.

Selecting a Platform

PlatformDescription
Webull Connect via your Webull account credentials and device token. Supports stocks, ETFs, and options on Webull's commission-free platform.
Robinhood Connect via your Robinhood username, password, and MFA device. Supports stocks, ETFs, options, and crypto on Robinhood.

Connecting Your Account

  1. Open Settings โ†’ Trading Platforms.
  2. Select Webull or Robinhood as your active platform.
  3. Enter the required credentials for the chosen platform. Credentials are stored encrypted and are never logged or shared.
  4. Click Verify Connection. clearception.ai will confirm read access before enabling trading operations.
โš ๏ธ

Only one platform can be active at a time. Switching platforms will prompt you to re-verify the new connection before the Trading Agent can place orders.

Trading Parameters

Trading Parameters control how the Trading Agent behaves when executing orders. These act as guardrails โ€” the agent will never exceed the limits you set here.

ParameterDescription
Order Type Default order type: Market, Limit, or Stop-Limit. Limit is recommended to avoid slippage on volatile assets.
Max Order Size (USD) The maximum dollar value of any single order. Orders above this threshold are rejected and require manual confirmation.
Max Daily Spend (USD) A hard daily cap on total buys. Once reached, the agent pauses all buy orders for the remainder of the trading day.
Max Open Positions Maximum number of distinct positions the agent can hold simultaneously. Controls portfolio concentration.
Stop-Loss % If set, the agent automatically places a stop-loss order at this percentage below the entry price for every position it opens.
Trade Confirmation Mode Auto โ€” executes within limits without prompting. Confirm โ€” agent proposes each trade and waits for your approval before placing the order.
Allowed Assets Restrict the agent to specific asset classes: Stocks, ETFs, Options, Crypto. Availability depends on the selected platform.
Trading Hours Regular market hours only, or allow pre-market and after-hours trading where the platform supports it.
๐Ÿ’ก

When Trade Confirmation Mode is Confirm, the Trading Agent surfaces its reasoning โ€” including relevant research from your knowledge base โ€” before asking you to approve or reject each order. Recommended while calibrating the agent.

Database Connections

Database Connections let you link external databases directly to clearception.ai. Once connected, the DeepQuery Agent vectorizes both the table data and the full schema, enabling intelligent natural-language search across your databases alongside your other knowledge sources.

How It Works

  1. Connect โ€” provide connection details for your database (host, port, credentials, and database name).
  2. Schema vectorization โ€” DeepQuery reads table definitions, column types, and relationships and indexes them as structured knowledge so it understands your data model and can generate accurate SQL.
  3. Data vectorization โ€” row content is chunked and embedded into the knowledge base so natural-language search works across actual records, not just schema.
  4. Query โ€” ask questions in plain English from Chat or Search. DeepQuery determines whether to use semantic search, generate SQL, or combine both.

Supported Database Types

DatabaseNotes
PostgreSQLFull schema and data vectorization. Recommended for structured analytical workloads.
MySQL / MariaDBFull schema and data vectorization.
Microsoft SQL ServerFull schema and data vectorization.
SQLiteAttach a local .db or .sqlite file.
OracleDirect or TNS connection.
MongoDBCollection structure and document content vectorized. Schema inferred from document shapes.
RedisKey pattern scanning and value indexing.
SnowflakeWarehouse, database, and schema scoping supported.
BigQueryConnect via service-account JSON. Dataset and table scoping supported.
ClickHouseHTTP interface URI.
CassandraContact points + datacenter.
DynamoDBAWS IAM credentials or role.

Adding a Connection

  1. Open Settings โ†’ Database Connections and click Add Connection.
  2. Choose your database type.
  3. Enter the connection string or fill in host / port / credentials fields individually.
  4. Optionally restrict indexing to specific schemas or collections to limit scope.
  5. Click Test Connection โ€” clearception.ai verifies connectivity before saving.
  6. Click Index Now to trigger the initial schema and data vectorization. Large databases may take several minutes.
๐Ÿ’ก

Connections are re-indexed on a schedule you control (hourly, daily, or manually). You can also trigger a manual re-index at any time from the connection detail page.

โš ๏ธ

Use read-only credentials for database connections. Grant only SELECT privileges to the connection user. Never use a root or admin account.

API Key

Generate a personal API key to use clearception.ai from external clients:

Click Generate API Key and copy the key immediately โ€” it is only shown once. Store it securely, as it grants full access to your clearception.ai account.

โš ๏ธ

If you believe your API key has been compromised, regenerate it immediately. The old key stops working as soon as a new one is generated.

Notifications

SettingDescription
Automation Emails Enable or disable email delivery for Automations
Delivery Address Override the email address used for automation results (defaults to your account email)