# What is the difference between a live key and a test key?

When you are using a test key with our API, only the connection will be tested; no messages or calls will be sent out. This allows you to check that your API has been set up correctly without using your credits or balance.&#x20;

***Note**: Test Keys are not supported in our Conversations API.*

If you want to start sending messages, you can create a live key for this. The live key will call our API, send out a message, and take the correct amount from your balance. You can use the live key in combination with the test credits in your account.


---

# 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/developer-faqs/what-is-the-difference-between-a-live-key-and-a-test-key.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.
