> ## Documentation Index
> Fetch the complete documentation index at: https://neuroai-cf1c4abf.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Task Scheduling with Super Agent

Complete guide to automating your work schedule using NeuroAI's Super Agent intelligent task scheduling system.

***

## Table of Contents

1. [What is Task Scheduling?](#what-is-task-scheduling)
2. [Super Agent Task Scheduler](#super-agent-task-scheduler)
3. [How It Works](#how-it-works)
4. [Creating Scheduled Tasks](#creating-scheduled-tasks)
5. [Trigger Types](#trigger-types)
6. [Real-World Examples](#real-world-examples)
7. [Advanced Scheduling](#advanced-scheduling)
8. [Managing Your Tasks](#managing-your-tasks)
9. [Best Practices](#best-practices)
10. [Troubleshooting](#troubleshooting)
11. [FAQs](#faqs)

***

## What is Task Scheduling?

### Definition

**Task Scheduling** in NeuroAI is the ability to describe a task once, and Super Agent automatically schedules and executes it at the perfect time, repeatedly, without any additional effort from you.

### Key Concept

**Traditional Approach:**

```
Day 1: Do task manually
Day 2: Do task manually
Day 3: Do task manually
Day 4: Do task manually
Day 5: Do task manually
... (weeks/months of repetition)
```

**NeuroAI Task Scheduling:**

```
Describe task once → Super Agent schedules it → Runs automatically forever
(You never think about it again)
```

### The Power of Automation

Instead of doing repetitive tasks day after day, you describe it once and Super Agent:

✅ **Remembers** what you want done ✅ **Schedules** it at the optimal time ✅ **Executes** it automatically ✅ **Tracks** completion and results ✅ **Reports** what was done ✅ **Adapts** based on changes ✅ **Never forgets** - continues indefinitely

***

## Super Agent Task Scheduler

### What Makes It Special?

Super Agent's Task Scheduling is unique because it uses **natural language understanding** combined with **intelligent scheduling**:

| Feature             | Traditional Tools       | Super Agent                      |
| :------------------ | :---------------------- | :------------------------------- |
| **How to schedule** | Complex menus and forms | Just describe it in English      |
| **Task complexity** | Simple, single action   | Complex, multi-step tasks        |
| **Learning**        | No - same every time    | Yes - improves over time         |
| **Flexibility**     | Fixed schedule          | Intelligent, adaptive scheduling |
| **Multi-app**       | Limited                 | 700+ app integrations            |
| **Error handling**  | Fails silently          | Intelligent recovery             |
| **Reports**         | Manual review needed    | Automatic reports with insights  |
| **Cost**            | Can be expensive        | Very cost-efficient              |

### Core Capabilities

**Super Agent can schedule:**

```
✅ Daily tasks
✅ Weekly recurring tasks
✅ Monthly tasks
✅ Quarterly tasks
✅ One-time tasks
✅ Event-triggered tasks
✅ Time-based tasks
✅ Conditional tasks (IF → THEN)
✅ Multi-step workflows
✅ Cross-application tasks
✅ Tasks with human approval
✅ Smart scheduling (optimal timing)
```

***

## How It Works

### The 3-Step Process

#### Step 1: Describe Your Task

Simply tell Super Agent what you want done. Be as detailed or simple as you want:

**Simple Version:**

```
"Send me a weekly sales report every Monday morning"
```

**Detailed Version:**

```
"Every Monday at 8 AM, pull sales data from Salesforce 
from the previous week, create a summary with:
- Total revenue
- Top 5 deals closed
- New leads generated
- Pipeline growth
Then send it to my email and post a summary in Slack 
for the team. Also highlight any deals > $10k."
```

#### Step 2: Super Agent Understands

Super Agent analyzes your description and automatically:

* **Identifies the task type** (reporting, email, data collection, etc.)
* **Determines required apps** (Salesforce, Email, Slack, etc.)
* **Understands the schedule** (Monday, 8 AM, weekly)
* **Plans the workflow** (what steps are needed)
* **Sets up integrations** (connects needed apps)
* **Creates the execution plan** (exact steps to follow)

#### Step 3: Task Runs Automatically

Super Agent:

* **Schedules** it in the background
* **Executes** at the specified time
* **Handles errors** gracefully
* **Sends notifications** when done
* **Tracks history** of all executions
* **Improves** based on feedback

### Visual Process Flow

```
You describe task
        ↓
Super Agent analyzes
        ↓
Identifies apps & steps
        ↓
Sets up integrations
        ↓
Creates workflow
        ↓
Task is scheduled
        ↓
Runs automatically
        ↓
Completes and reports
        ↓
You get results (no more work!)
```

***

## Creating Scheduled Tasks

### Step 1: Access Task Scheduler

**Where to find it:**

1. Log into NeuroAI dashboard
2. Click **"Create"** → **"Scheduled Task"**
3. Or go to **"Task Scheduler"** from main menu
4. Or open **"Super Agent"** and ask to schedule a task

### Step 2: Name Your Task

**Good names:**

* Weekly Sales Report
* Daily Standup Reminder
* Monthly Invoice Processing
* Customer Follow-up Sequence
* Social Media Post Scheduling

**Bad names:**

* Task1
* Report
* Do this
* Recurring thing

### Step 3: Describe What You Want

This is the key part. Be specific about:

**WHAT (the action):**

```
"Create a summary report"
"Send emails to customers"
"Post to social media"
"Update CRM records"
"Generate invoice"
```

**WHEN (the schedule):**

```
"Every morning at 9 AM"
"Every Friday at 5 PM"
"The 1st of every month"
"Every weekday"
"Every 6 hours"
"When a new lead arrives"
```

**WHERE (the apps/data):**

```
"From Salesforce CRM"
"In Google Sheets"
"From our knowledge base"
"Using Gmail to send"
"Post to Twitter and LinkedIn"
```

**HOW (the format/details):**

```
"Include: names, amounts, dates"
"Sort by priority"
"Personalize each email"
"Highlight items > $1000"
"Send to team slack channel"
```

### Step 4: Provide Context

Help Super Agent understand your business:

**Context Details:**

* Who will receive the results?
* What's the goal of this task?
* Are there any rules or restrictions?
* What quality standards matter?
* What should happen if there are errors?

### Step 5: Set Permissions

Choose what data Super Agent can access:

**Permission Levels:**

```
☐ Read from apps (view data)
☐ Write to apps (create/update)
☐ Delete from apps (remove data)
☐ Execute workflows (trigger actions)
☐ Send emails/messages
☐ Access sensitive data
```

⚠️ **Best Practice:** Only grant permissions actually needed.

### Step 6: Review & Confirm

Super Agent shows you:

* **What it understood** from your description
* **Schedule details** (when it will run)
* **Apps it will use** (what it will access)
* **Workflow steps** (what it will do)
* **Expected results** (what you'll get)

**Review, adjust if needed, then confirm.**

### Step 7: Task is Live!

Your task is now scheduled and running. That's it! 🎉

***

## Trigger Types

### Type 1: Time-Based Triggers

**Definition:** Task runs at specific times

**Examples:**

| Schedule               | Description            | Use Case                             |
| :--------------------- | :--------------------- | :----------------------------------- |
| **Specific Time**      | Every day at 9 AM      | Daily standup, morning briefing      |
| **Specific Day**       | Every Monday at 8 AM   | Weekly report, team update           |
| **Specific Date**      | 1st of each month      | Monthly invoicing, billing           |
| **Recurring Interval** | Every 6 hours          | Check incoming leads, monitor errors |
| **Business Hours**     | Weekdays, 9 AM - 5 PM  | Work-focused automation              |
| **Custom Schedule**    | Mon, Wed, Fri at 10 AM | Mid-week check-ins                   |

**How to describe:**

```
"Every Monday morning at 8 AM"
"Daily at 3 PM"
"Every Friday at 5 PM"
"On the 15th of each month"
"Every 4 hours"
"Weekdays at 9 AM and 3 PM"
"Every 2 weeks on Thursday"
```

***

### Type 2: Event-Based Triggers

**Definition:** Task runs when something happens

**Examples:**

| Event                 | Trigger                      | Workflow                          |
| :-------------------- | :--------------------------- | :-------------------------------- |
| **New email arrives** | Email from VIP client        | Escalate to manager               |
| **New lead created**  | Form submission              | Send welcome email                |
| **Deal closes**       | Salesforce opportunity > \$X | Create invoice, notify team       |
| **Form submitted**    | Customer contact form        | Add to CRM, send auto-response    |
| **File uploaded**     | Document in Google Drive     | Process, scan for issues          |
| **Message in Slack**  | @SuperAgent in channel       | Perform task, respond             |
| **Data update**       | Spreadsheet cell changes     | Trigger workflow                  |
| **Payment received**  | Invoice marked paid          | Send confirmation, update records |

**How to describe:**

```
"When a new lead signs up, send them an email"
"Whenever deal value exceeds $50k, notify the CEO"
"If customer provides negative feedback, escalate to manager"
"When form is submitted, add data to our CRM"
"Every time we get a payment, process and confirm"
```

***

### Type 3: Conditional Triggers

**Definition:** Task runs when specific conditions are met

**Examples:**

```
IF: Temperature in weather API > 85°F
THEN: Send reminder to water plants

IF: Number of unread support tickets > 5
THEN: Alert support manager

IF: Sales this month < target
THEN: Trigger additional outreach campaign

IF: Customer hasn't purchased in 90 days
THEN: Send re-engagement email

IF: Project is overdue
THEN: Send escalation notice to manager
```

**How to describe:**

```
"If sales are below target, trigger catch-up campaign"
"If customer satisfaction score drops below 4, escalate"
"If inventory is low, send purchase order"
"If no response to email after 3 days, send follow-up"
```

***

### Type 4: Manual + Automated Hybrid

**Definition:** Combine manual trigger with automatic follow-ups

**Examples:**

```
Manual: User clicks "Run Report" button
Automatic follow-ups:
1. Generate report (automated)
2. Email to team (automated)
3. Post to Slack (automated)
4. Archive results (automated)
```

**How to describe:**

```
"Let me manually start the process, but then have Super Agent 
automatically send it to team, post updates, and log results"
```

***

## Real-World Examples

### Example 1: Daily Morning Briefing

**Your Description:**

```
"Every weekday morning at 8 AM, create a briefing that includes:
- Yesterday's sales summary (total, top deals)
- Today's scheduled meetings
- Top 5 priority tasks
- Weather forecast for our office location
- News from our industry
Send to my email and post summary in Slack for team"
```

**What Super Agent Sets Up:**

| Component          | Details                                                          |
| :----------------- | :--------------------------------------------------------------- |
| **Trigger**        | Every weekday at 8:00 AM                                         |
| **Apps Used**      | Salesforce, Google Calendar, News API, Weather API, Email, Slack |
| **Steps**          | 6 automated steps                                                |
| **Execution Time** | 2-3 minutes                                                      |
| **Result**         | Email + Slack message ready when you arrive                      |

**The Workflow:**

```
8:00 AM → Check previous day's sales data
       → Get today's calendar
       → Fetch priority tasks
       → Get weather
       → Gather industry news
       → Compile briefing
       → Send email
       → Post to Slack
       ✅ Done before you have coffee!
```

**Result:** You start your day with complete information, automatically compiled. Zero effort.

***

### Example 2: Weekly Customer Follow-up

**Your Description:**

```
"Every Tuesday at 10 AM, find all customers who haven't 
purchased in the last 90 days. For each one:
1. Research their last purchase and interests
2. Write a personalized email about relevant products
3. Include a special offer (10% discount)
4. Send email
5. Log interaction in CRM
6. Schedule follow-up for 1 week later if no response"
```

**What Super Agent Sets Up:**

| Component               | Details                                       |
| :---------------------- | :-------------------------------------------- |
| **Trigger**             | Every Tuesday at 10:00 AM                     |
| **Apps Used**           | CRM, Email, Calendar, Product Database        |
| **Customers Processed** | 20-50 per week                                |
| **Time Saved**          | 4-6 hours per week                            |
| **Result**              | Automated re-engagement of inactive customers |

**The Workflow:**

```
Every Tuesday 10 AM:
1. Query: Customers without purchase in 90 days
2. For each customer:
   - Research their history
   - Identify relevant products
   - Write personalized email
   - Calculate best discount
   - Send email
   - Log in CRM
   - Schedule follow-up
3. Report: X emails sent, Y responses expected
```

**Result:** Your inactive customer base is automatically re-engaged every week. Many will purchase again.

***

### Example 3: Monthly Financial Report

**Your Description:**

```
"On the last day of each month at 5 PM, generate 
comprehensive financial report including:
- Revenue by product
- Revenue by customer
- Expenses summary
- Profit margin
- YoY comparison
- Trend analysis
- Top 10 customers
- Bottom performers

Create a nice PDF, email to finance team, 
and file in Google Drive. Also create a 
summary slide for executive deck."
```

**What Super Agent Sets Up:**

| Component           | Details                                          |
| :------------------ | :----------------------------------------------- |
| **Trigger**         | Last day of month at 5:00 PM                     |
| **Apps Used**       | Accounting software, Email, Google Drive, Slides |
| **Processing Time** | 5-10 minutes                                     |
| **Result**          | Complete financial report ready                  |
| **Manual Effort**   | Zero                                             |

**The Workflow:**

```
Last day of month, 5 PM:
1. Pull financial data from accounting system
2. Process revenue by product
3. Process revenue by customer
4. Calculate expenses
5. Compute profit margins
6. Compare to previous years
7. Analyze trends
8. Identify top/bottom performers
9. Create professional PDF report
10. Create executive summary slide
11. Email to finance team
12. File in Google Drive organized by date
13. Send notification to CFO
```

**Result:** Finance team gets complete analysis automatically. No more hours spent on manual reporting.

***

### Example 4: Lead Nurture Sequence

**Your Description:**

```
"When a new lead is created in Salesforce, start 
an automated nurture sequence:

Day 0: Send welcome email
Day 1: Send product overview
Day 3: Send case study
Day 5: Offer free demo/call
Day 7: If no response, send discount offer
Day 10: If still no response, escalate to sales team

Personalize each email based on their company 
size and industry. Track opens and clicks."
```

**What Super Agent Sets Up:**

| Component           | Details                                  |
| :------------------ | :--------------------------------------- |
| **Trigger**         | New lead created in Salesforce           |
| **Apps Used**       | Salesforce, Email, Email Tracking, Slack |
| **Sequence Length** | 10 days                                  |
| **Personalization** | Full (based on company/industry)         |
| **Result**          | Automated lead nurturing                 |

**The Workflow:**

```
New Lead → (Day 0) Send welcome email
        → (Day 1) Send product overview
        → (Day 3) Send case study
        → (Day 5) Offer demo
        → (Day 7) Send discount (if no response)
        → (Day 10) Escalate to sales (if still no response)
        
Track: Opens, clicks, responses at each stage
Learn: Which emails work best
Optimize: Automatically improve based on results
```

**Result:** All leads automatically nurtured. Sales team only receives truly interested prospects.

***

### Example 5: Daily Standup Notification

**Your Description:**

```
"Every weekday at 4 PM, send a standup reminder 
to all team members with:
- Standup start time (10 minutes from now)
- Location (Zoom link if remote)
- Agenda: What each person should cover
- Automated summary of yesterday's work 
  (pulled from task system)
- Top blockers to discuss

Send via email, Slack, and calendar notification"
```

**What Super Agent Sets Up:**

| Component      | Details                             |
| :------------- | :---------------------------------- |
| **Trigger**    | Every weekday at 4:00 PM            |
| **Apps Used**  | Email, Slack, Calendar, Task System |
| **Recipients** | Entire team                         |
| **Channels**   | Email + Slack + Calendar alert      |
| **Result**     | Team never misses standup           |

**The Workflow:**

```
4:00 PM (Every Weekday):
1. Gather standup agenda
2. Pull yesterday's completed tasks
3. Identify blockers from team
4. Fetch Zoom link from calendar
5. Send email to all team members
6. Post to Slack #standup channel
7. Add calendar reminder (10 min before)
8. Tag people with tasks
9. Create standup notes template
```

**Result:** Team is always reminded, agenda is clear, no one is left out.

***

### Example 6: Weekly Social Media Content Calendar

**Your Description:**

```
"Every Monday at 9 AM:
1. Research trending topics in our industry
2. Generate 5 content ideas
3. Write posts for each platform:
   - Twitter (280 characters)
   - LinkedIn (professional tone)
   - Facebook (engaging tone)
   - Instagram (visual-focused captions)
4. Find/generate relevant images
5. Schedule posts for optimal times:
   - Twitter: 9 AM, 3 PM, 8 PM
   - LinkedIn: 8 AM, 12 PM
   - Facebook: 10 AM, 5 PM
   - Instagram: 10 AM, 6 PM
6. Send weekly plan to marketing team Slack channel"
```

**What Super Agent Sets Up:**

| Component           | Details                                          |
| :------------------ | :----------------------------------------------- |
| **Trigger**         | Every Monday at 9:00 AM                          |
| **Apps Used**       | Trends API, Content AI, Image Gen, Buffer, Slack |
| **Content Created** | 20 posts/week (5 sets × 4 platforms)             |
| **Scheduling**      | Automatic across all platforms                   |
| **Result**          | Week of social content ready                     |

**The Workflow:**

```
Monday 9 AM:
1. Research industry trends
2. Generate 5 content ideas
3. For each idea, write 4 versions:
   - Twitter version
   - LinkedIn version  
   - Facebook version
   - Instagram version
4. Generate/find images
5. Schedule posts across all platforms
6. Schedule optimal times (already calculated)
7. Send team Slack summary
8. Log all content in content calendar
```

**Result:** Week of social media content scheduled and ready. Marketing team just approves, it posts automatically.

***

### Example 7: Competitor Price Monitoring

**Your Description:**

```
"Every day at 6 AM, check competitor prices for:
- Product A
- Product B
- Product C

If any competitor price is lower than ours by > 5%:
1. Alert pricing team immediately
2. Send detailed price comparison
3. Include: our price, competitor price, margin impact
4. Also check market trends to explain price changes

Send full report via email and post alert to Slack
if action needed urgently"
```

**What Super Agent Sets Up:**

| Component                 | Details                                      |
| :------------------------ | :------------------------------------------- |
| **Trigger**               | Every day at 6:00 AM                         |
| **Apps Used**             | Web Scraping, Pricing Database, Email, Slack |
| **Competitors Monitored** | As many as you want                          |
| **Analysis**              | Price comparison, margin impact, trends      |
| **Alerts**                | Immediate for urgent changes                 |

**The Workflow:**

```
Daily 6 AM:
1. Scrape competitor websites for prices
2. Compare to our pricing
3. Calculate margin impact
4. Analyze market trends
5. For price drops > 5%:
   - Create detailed alert
   - Calculate business impact
   - Suggest response options
6. Send full report via email
7. Post urgent alerts to Slack
8. Track historical prices
9. Identify patterns over time
```

**Result:** You're always aware of competitive pricing changes and can respond quickly.

***

## Advanced Scheduling

### Feature 1: Smart Scheduling (Optimal Timing)

Super Agent can figure out the best time to run your task:

**You describe:**

```
"Send daily sales report to the team at a time 
when most people are online and available"
```

**Super Agent does:**

* Analyzes team's Slack activity
* Checks calendar for busy times
* Identifies optimal time window
* Schedules for peak availability
* Learns and adjusts over time

**Result:** Reports arrive when people are actually reading them.

***

### Feature 2: Chained Tasks

Schedule multiple tasks that trigger one after another:

```
Task 1: Daily report generation (8 AM)
   ↓ (When complete)
Task 2: Email report to team (8:05 AM)
   ↓ (When complete)
Task 3: Post summary to Slack (8:07 AM)
   ↓ (When complete)
Task 4: Archive report (8:08 AM)
```

**You describe:**

```
"Generate sales report, then email it, 
then post to Slack, then archive"
```

**Super Agent:**

* Creates all 4 tasks
* Links them in sequence
* Ensures proper timing
* Handles errors gracefully

***

### Feature 3: Conditional Logic

Create tasks with intelligent decision-making:

**You describe:**

```
"Every day at 9 AM, check if we have new leads.
If > 10: Send to sales team
If 5-10: Send to one sales rep
If < 5: No email needed, just log"
```

**Super Agent:**

* Checks lead count
* Makes decision
* Takes appropriate action
* No task sent when not needed

***

### Feature 4: Error Recovery

Super Agent automatically handles failures:

```
Task fails → Retry automatically (up to 3 times)
           → If still fails → Send alert to you
           → Escalate if needed → Escalate to human
```

**Example:**

```
"Send email report" fails because:
- Email server down? → Wait 5 min, retry
- Bad recipient address? → Alert you, ask for fix
- Network error? → Retry later
- Data not available? → Wait for data, then send
```

***

### Feature 5: Task Versioning

Keep versions of scheduled tasks:

```
Version 1.0: Initial setup
Version 1.1: Added more data fields
Version 1.2: Changed schedule to 2 PM
Version 2.0: Complete redesign

→ Switch between versions instantly
→ Revert to previous version if needed
→ Compare what changed
```

***

## Managing Your Tasks

### View All Tasks

**Dashboard shows:**

* All your scheduled tasks
* Next run time
* Last run time
* Status (active, paused, error)
* Results from last run

### Edit a Task

Change any aspect without recreating:

```
Edit the schedule: "Change from daily to weekly"
Edit the trigger: "Change from 9 AM to 2 PM"
Edit the actions: "Add Slack notification"
Edit the recipients: "Add Sarah to email list"
Edit the rules: "Change condition from 10 leads to 5 leads"
```

### Pause/Resume Tasks

```
Pause a task: "Don't run this for 2 weeks while I'm on vacation"
Resume: "Restart this task"
```

### Delete Tasks

```
Remove task permanently: "Stop sending daily reminders"
Archive task: "Keep it for reference but don't run"
```

### Task History & Logs

View complete history:

* When each task ran
* How long it took
* Did it succeed or fail?
* What was the output?
* Any errors?
* Who accessed results?

***

## Best Practices

### 1. Start with Simple Tasks

**Don't:**

```
"Automate everything in our company at once"
```

**Do:**

```
"Create one simple task: daily email reminder"
Then add more tasks one at a time
```

### 2. Use Specific Descriptions

**Vague:**

```
"Send a report daily"
```

**Clear:**

```
"Every weekday at 8 AM, send sales report 
to VP showing: revenue, top deals, new leads, 
broken down by region"
```

### 3. Test Before Full Deployment

```
Step 1: Create the task
Step 2: Test run manually (click "Test")
Step 3: Review output carefully
Step 4: Make adjustments if needed
Step 5: Deploy for real
```

### 4. Monitor Results

```
First week: Check results daily
Week 2-3: Check results 2-3 times
Week 4+: Check weekly, adjust as needed
```

### 5. Add Approval Steps for Critical Tasks

For important decisions, require human approval:

```
"Generate monthly budget report
→ Send to me for review
→ Wait for my approval
→ Only then send to CFO"
```

### 6. Set Realistic Schedules

```
Don't: Every 10 minutes (overkill)
Don't: Once per month (might miss things)
Do: Choose frequency that makes sense
   (daily, weekly, or when event happens)
```

### 7. Document Your Tasks

Create a simple guide for your team:

```
TASK: Weekly Sales Report
PURPOSE: Track weekly sales performance
SCHEDULE: Every Friday at 3 PM
RECIPIENTS: VP Sales, all sales reps
WHAT'S INCLUDED: Revenue, top deals, pipeline
OWNER: Sarah (sarah@company.com)
CONTACT: If task doesn't run, reach out to Sarah
```

### 8. Review & Improve Regularly

Monthly review:

```
□ Is task still needed?
□ Is schedule optimal?
□ Are results being used?
□ Should we add/remove fields?
□ Can we improve quality?
□ Are there errors to fix?
```

***

## Troubleshooting

### Problem: Task not running

**Possible causes:**

1. Schedule is paused
2. Condition isn't being met
3. One of the connected apps is down
4. Permission issue (app access revoked)

**Solutions:**

1. Check if task is marked "Active"
2. Verify schedule time is correct
3. Check app status
4. Re-authorize the app
5. Check logs for error messages

***

### Problem: Wrong results

**Possible causes:**

1. Description wasn't clear enough
2. Data source changed
3. App updated their system
4. Rule needs adjustment

**Solutions:**

1. Edit task description and clarify
2. Update the data source reference
3. Adjust steps in task workflow
4. Modify the rules/logic
5. Re-test to confirm fix works

***

### Problem: Task is slow

**Possible causes:**

1. Too many steps in workflow
2. Data processing is intensive
3. Apps are slow to respond
4. Network issue

**Solutions:**

1. Simplify the task - reduce steps
2. Pre-filter data before sending
3. Run less frequently
4. Contact app support if slow
5. Try running at different time

***

### Problem: Too many emails/notifications

**Possible causes:**

1. Task scheduled too frequently
2. Multiple recipients added
3. Should be aggregated

**Solutions:**

1. Reduce frequency (daily instead of hourly)
2. Remove unnecessary recipients
3. Tell Super Agent to "batch results"
4. Add condition (only send if > X results)

***

### Problem: Cost is too high

**Possible causes:**

1. Task runs too frequently
2. Processing large amounts of data
3. Multiple integrations using credits

**Solutions:**

1. Reduce frequency
2. Limit data being processed
3. Batch similar tasks together
4. Optimize the workflow steps
5. Remove unnecessary steps

***

## FAQs

### Can I schedule different versions at different times?

Yes! You can create multiple tasks with same name but different schedules:

```
Sales Report (8 AM): Full detailed report for execs
Sales Report (2 PM): Quick summary for sales team
Sales Report (Friday 5 PM): Weekly analysis
```

***

### What if I want to skip a scheduled task one week?

You can:

* **Pause it:** "Pause task for 1 week"
* **Disable one run:** "Don't run on \[date]"
* **Temporarily change schedule:** Change and revert later

***

### Can tasks talk to each other?

Yes! You can create dependent tasks:

```
Task 1 runs → produces results
Task 2 waits for Task 1 → uses results
Task 3 waits for Task 2 → final step
```

Or they can share data in a shared database.

***

### How accurate are the scheduled times?

Super Agent runs tasks at exact scheduled times, within seconds:

```
Schedule: 9:00 AM
Actual run: 9:00:00 ± 5 seconds
```

For mission-critical tasks, you can enable stricter timing.

***

### What happens if my data source disappears?

Super Agent:

1. Detects the problem
2. Tries to find data elsewhere
3. Alerts you immediately
4. Can use fallback source if configured
5. Pauses task if no solution found

***

### Can I modify a task while it's running?

Changes take effect on next run. Current run completes as-is.

Example:

```
Task is running at 9:00 AM
You make changes at 9:15 AM
Task finishes at 9:30 AM (old version)
Next run at 10:00 AM (new version)
```

***

### How far in advance can I schedule tasks?

Unlimited! You can schedule tasks:

* Years in advance
* With date-based triggers
* That create their own follow-up tasks

***

### Can tasks adapt their schedule based on conditions?

Yes! Super Agent can learn and adjust:

```
"Send report to team at time when 
most people are actively working"

Super Agent learns: Team is most active at 2 PM
Adjusts schedule: Sends at 2 PM
Tracks trends: Adjusts if team changes hours
```

***

### What if I want to share task results with external people?

You can:

* Email results to anyone
* Share as downloadable file
* Create public link (with permissions)
* Post to public Slack channel
* Embed in website (if permitted)

***

### How much does task scheduling cost?

Task Scheduling is included free with NeuroAI.

You pay only for:

* Credits used to run the task (usually 5-50 credits per task)
* Any external app fees (if the app charges)

Example costs:

* Simple daily task: 20 credits/month
* Complex weekly task: 50-100 credits/month
* Real-time monitoring: 200-500 credits/month

***

## Getting Started Now

### Quick Start (5 minutes)

1. **Log into NeuroAI** → Dashboard
2. **Click** "Create Scheduled Task"
3. **Describe** what you want (1 sentence minimum)
4. **Review** what Super Agent understood
5. **Deploy** → Task is live!

### 5 Easy Tasks to Start With

1. **Daily Reminder:** "Send me a standup reminder every morning at 9 AM"
2. **Weekly Report:** "Send weekly sales summary every Friday at 5 PM"
3. **Lead Follow-up:** "Email new leads when they sign up"
4. **Data Export:** "Pull data from CRM every Monday and save to Google Drive"
5. **Team Notification:** "Notify team when deal closes via Slack"

***

## Summary

NeuroAI's Task Scheduling with Super Agent makes automation incredibly simple:

✅ **No code required** - Just describe what you want ✅ **Super Agent understands** - Even complex workflows ✅ **Runs automatically** - 24/7 without your help ✅ **Intelligent scheduling** - Runs at optimal times ✅ **Error handling** - Recovers gracefully ✅ **Learn & improve** - Gets better over time ✅ **Monitor easily** - See all results in dashboard ✅ **Costs little** - Very efficient credit usage

### The Power of Automation

```
Before: 10 hours/week doing repetitive tasks
After: Describe once, Super Agent does it forever
Result: 10 hours/week × 52 weeks/year = 520 hours saved!
```

**That's equivalent to hiring someone full-time. And it costs a fraction of an employee.**

***

## Key Takeaway

**The future of work isn't about doing more. It's about describing what you want, and letting AI do it for you.**

With NeuroAI's Task Scheduling, you can:

* **Eliminate** repetitive work
* **Automate** complex processes
* **Scale** without hiring
* **Focus** on what matters
* **Build** better products

**Start scheduling your first task today. Your future self will thank you.**
