# Welcome

## Overview

Welcome to BitciChain, Turkey's first integrated blockchain network for the stock exchange and payment platform.

Newcomers to our development team, developers external to our network interested in creating on BitciChain, or seasoned developers in search of particular details, we trust that this documentation will serve as a beneficial reference.&#x20;

Feel free to delve into the documentation and don't hesitate to contact our team for any inquiries or feedback.

## Quick links

{% content-ref url="developers/connect-to-bitcichain" %}
[connect-to-bitcichain](https://docs.bitcichain.com/developers/connect-to-bitcichain)
{% endcontent-ref %}

{% content-ref url="developers/block-explorer" %}
[block-explorer](https://docs.bitcichain.com/developers/block-explorer)
{% endcontent-ref %}

{% content-ref url="developers/build-on-bitcichain" %}
[build-on-bitcichain](https://docs.bitcichain.com/developers/build-on-bitcichain)
{% endcontent-ref %}

{% content-ref url="developers/run-a-bitcichain-node" %}
[run-a-bitcichain-node](https://docs.bitcichain.com/developers/run-a-bitcichain-node)
{% endcontent-ref %}


---

# 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.bitcichain.com/welcome.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.
