> For the complete documentation index, see [llms.txt](https://knowledge-base.letsgetdigital.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge-base.letsgetdigital.com/lgd-features/my-connections/my-contacts.md).

# My connections (virtual event)

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

### How can users make connections in the virtual event

Users can make connections within the virtual event by opening the profile of the user they wish to make a connection with and then click on the button 'Add to contacts' the user is notified that someone wishes to make a connection and can choose to accept or decline the request to connect.

### How users can find their connections in the virtual event

If added to the virtual event navigation users will be able to find the connections that they have made with other users using the steps listed below:

1. Within the Virtual event
2. Click on Menu
3. My connections
4. The user will see all users they have connected with and can open their profiles

### How can users export their connections in the virtual event

Users can export their connections from the My connections page within the virtual event by completing the following steps:

1. Within the virtual event go to My connections
2. Click on the blue 'Download connections' button
3. An Excel file will automatically be exported onto the users device


---

# 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://knowledge-base.letsgetdigital.com/lgd-features/my-connections/my-contacts.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.
