> For the complete documentation index, see [llms.txt](https://docs.highergov.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.highergov.com/import-and-export/task-order-integration.md).

# Task Order Integration

{% hint style="info" %}
Task Order integration requires a Standard or Leader plan subscription.  If you would like to upgrade or learn more, please [contact us](mailto:contact@highergov.com).
{% endhint %}

HigherGov enables you to automatically import your company's eBuy and Symphony opportunities into your HigherGov account.  You can also set up automatic email forwarding (or manually forward) task order opportunities delivered via email to HigherGov to add those opportunities to your account. &#x20;

Opportunities that have been imported will appear in your Contract Opportunity search results and can be added as pursuits to pipelines and appear in Saved Search and Daily Opportunity alerts.   &#x20;

To add integrations, select the gear icon in the upper right-hand of the page when signed in and select Integrations.  Detailed instructions for setting up each integration are available on the page. &#x20;

<figure><img src="/files/dHGEmGNEbYk5rg6dVwMl" alt=""><figcaption></figcaption></figure>

Please allow 1-2 business days for data to start syncing after you initially set it up.  Afterward, opportunities will be synced overnight for eBuy and Symphony and within 5 minutes for email task orders. &#x20;

If you have any questions, please [contact us](mailto:contact@highergov.com).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.highergov.com/import-and-export/task-order-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
