Skip to main content
Atlas AI agents answer questions about your industrial data by querying the CDF knowledge graph. The quality of your prompts directly affects the accuracy and usefulness of agent responses. Specific prompts that include context and define what you need help the agent retrieve the right data and return a useful answer the first time.

Be specific and clear

Specific prompts produce better results than vague ones. Use action verbs to clarify what you want the agent to do.
Tell me about Pump P-101.
This prompt does not give the agent enough information to focus the response. The agent cannot determine whether you need operational status, maintenance history, specifications, or location information, which can result in an incomplete or unfocused answer.

Provide context

Context helps agents focus on relevant data by narrowing the scope of your request.
Show me the temperature trends.
Without knowing which equipment, sensor, or time period to analyze, this prompt leaves the agent to search through data that may not be relevant. You may receive temperature trends for the wrong equipment or an unhelpful time range.

Define the desired output

Specify the format, structure, and level of detail you need in the response.
Give me maintenance data for Valve V-789.
This prompt does not tell the agent whether you need maintenance history, upcoming schedules, or cost data. It also does not specify a time frame or output format, which can lead to an unfocused or incomplete response.

Use schema awareness

When your agent uses the Query tool, it can discover the structure of your data model at runtime. You can ask questions that rely on relationships between assets, equipment, and data without knowing the underlying field names or schema. This table shows examples of questions that use schema awareness effectively.
QuestionWhat the agent does
How many maintenance orders are there per equipment type?Queries the knowledge graph and groups results by equipment type
What sensors are connected to Compressor C-205, and which ones have readings outside the expected range?Traverses the relationship between the asset and its linked time series, then checks current values
Show me all heat exchangers with overdue inspectionsFilters on asset type and inspection status without requiring you to specify field names
The more clearly your organization’s data model is documented in CDF, the more accurately the agent can answer these types of questions.

Ask effective follow-up questions

Agents retain context within a conversation, so you can build on a previous response without repeating the original question. If the agent returned a list of work orders, you can follow up with “of those, which ones are high priority?” or “show those results as a table” without re-specifying the equipment or time range. Follow-up questions work well when they narrow, reformat, or extend the previous result. If you need to ask about a different piece of equipment or a completely different workflow, starting a new conversation resets the agent’s context. When a response is not what you expected, check the reasoning field to see how the agent interpreted your question and which data it used. If the agent queried the wrong equipment or applied the wrong filter, use that information to refine your next prompt with more specific criteria.
Last modified on June 18, 2026