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

# Global Connections

<a href="/release-notes/4.97"><Badge className="version-badge" color="blue">Updated in 4.97</Badge></a>

*Global Connections* are [Connections](/ai/platform-features/connections) established when you create [global LLMs](/ai/agents/develop/gen-ai-and-llms/llms).

## Working with Global LLMs

<Tabs>
  <Tab title="GUI">
    You can view, edit, and delete global Connections in the [Admin Center](/ai/administer/access/admin-center/global-resources/overview) under **Resources > Connections** as well as copy their Reference ID.
  </Tab>

  <Tab title="API">
    You can view, edit, and delete global Connections using the [Cognigy.AI API](https://api-trial.cognigy.ai/openapi#tag--Connections-v2.0). To do so, set the `resourceLevel` parameter to `organisation` in the JSON body.
  </Tab>
</Tabs>
