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

# Integrations

<AccordionGroup>
  <Accordion title="How does a basic integration work in Alumio?">
    Every integration follows the same pattern: a Scheduler triggers a Route, the Incoming configuration fetches data from the source and creates tasks, and the Outgoing configuration picks up those tasks and sends the data to the destination.
  </Accordion>

  <Accordion title="Why are my tasks failing?">
    Open the task from the Tasks overview and check the Logs tab. It will show exactly what went wrong, for example a `500` error from the destination API or a misconfigured transformer.
  </Accordion>

  <Accordion title="What is the difference between Skipped and Failed?">
    A Failed task encountered an error during processing. A Skipped task was intentionally not sent because a filter on the Outgoing configuration matched –– it is considered done, not broken.
  </Accordion>

  <Accordion title="My Scheduler runs are overlapping. What should I do?">
    Check the Total throughput time on the Queue page to see how long the process actually takes, then increase the Scheduler interval so it is longer than the process duration.
  </Accordion>
</AccordionGroup>
