# How many legs does a call have?

When a call comes in from a customer and this is forwarded to your own number, there are two legs to the call:

1. The inbound leg is the call from the customer to your virtual number.
2. The outbound leg is from your virtual number to your own number. &#x20;

A call does not always have two legs, for example, if you have an IVR menu set up, which does not forward to any other number, then the call only has an inbound leg.


---

# Agent Instructions: 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:

```
GET https://docs.bird.com/connectivity-platform/voice-calls/how-many-legs-does-a-call-have.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
