You can embed your organization’s identity and objectives directly into theDocumentation Index
Fetch the complete documentation index at: https://docs.upsonic.ai/llms.txt
Use this file to discover all available pages before exploring further.
Agent. this ensures that the agent acts as a representative of your company, aligning with your brand voice and business goals.
adding Company Context
TheAgent class accepts several parameters to define the company context:
company_name: The name of your organization.company_description: A brief description of what your company does.company_objective: The high-level goals or mission.company_url: The main website URL.
How It Works
This information is injected into the agent’s system prompt. It provides a persistent background context (“grounding”) that influences:- Tone & Voice: Professional and aligned with the company description.
- Goal Alignment: Responses are steered towards the
company_objective. - Self-Identification: The agent knows “who” it is representing.
Best Practices
- Be Specific: A clear
company_objectivehelps the agent prioritize tasks. - URL Context: Providing
company_urlgives the agent a reference point if it needs to generate links or refer to the website (especially if using browsing tools).

