Skip to main content
ingestionInstructions are evaluated when documents, transcripts, emails, and other content are added to the Safe. Along uses them to decide what entities to extract, what relationships to create, and what content to prioritize or skip. Without ingestion instructions, Along applies its default extraction behavior across all content types. With them, you steer the graph toward the entities and relationships that matter for your use case.

When to use ingestion instructions

Use ingestionInstructions when you want to:
  • Focus the knowledge graph on a specific domain (sales, legal, support, engineering)
  • Exclude irrelevant content types (internal HR documents, boilerplate signatures, financial tables)
  • Weight certain relationship types more heavily (always link people to their companies, always link issues to resolutions)
  • Reduce graph noise by preventing extraction of ambiguous or low-signal entities

Parameters

What you can control

  • Entity types to extract — specify exactly which types matter: people, companies, deals, topics, products, clauses, error codes, etc.
  • Content to prioritize or skip — tell Along to focus on certain source types and ignore others
  • Ambiguous or duplicate entities — give guidance on how to handle unclear or repeated references
  • Relationship density — instruct Along to create more or fewer connections between entity types

Examples

Sales team

Customer support team

Changing ingestionInstructions after initial ingestion only affects content added after the update. Existing documents in the graph were extracted with the previous instructions (or Along’s defaults). To apply updated instructions to existing content, you need to re-ingest those documents.
Start broad and refine as you observe what the graph captures. Add a few documents, inspect the resulting entities and relationships, then tighten or expand your instructions based on what you see. Iterating on instructions is faster than trying to write perfect instructions up front.