# Вступление

Внимательно изучив все этапы данного туториала Вы сможете провести анализ подграфа на простом языке, доступном даже людям, впервые столкнувшимся с подграфами и с вопросом о том, как их оценивать. Это позволит сократить время поиска информации и исключить многие проблемы, возникающие с  пониманием устройства работы подграфов.

Для того чтобы познакомиться с проектом [The Graph](https://thegraph.com) и изучить подграфы нам необходимо перейти на сайт проекта:

{% hint style="success" %}
[ https://thegraph.com/explorer](< https://thegraph.com/explorer>)
{% endhint %}

![](/files/-MMKt9UP8c9Y3krhQJMD)

{% hint style="info" %}

## В этом руководстве мы обратим внимание на следующие моменты:

{% endhint %}

{% hint style="success" %}

### &#x20;**Разберем что такое** Graph Network и подграфы&#x20;

{% endhint %}

{% hint style="success" %}

### Изучим компоненты подграфа

{% endhint %}

{% hint style="success" %}

### Проведем поэтапный анализ подграфа

{% endhint %}

## Контакты

Если у вас возникнут вопросы, вы можете связаться со мной по следующим контактам:

**Discord**:      Crypto\_lady#8964

**Telegram**:   <https://t.me/Zaznoba777>

## Ресурсы

**Website**:      <https://thegraph.com>

**Blog**:            [https://thegraph.com/blog](https://thegraph.com/blog/)

**Linkedin**:     <https://www.linkedin.com/company/thegraph/>

**Everest:**       [https://everest.link](https://everest.link/)

**Github**:         <https://github.com/graphprotocol>

**Twitter**:        <https://twitter.com/graphprotocol>

**Discord:**       <https://discord.gg/vtvv7FP>

**Telegram**:    <http://t.me/graphprotocol>


---

# 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://irina-1.gitbook.io/analiz-subgraph/master.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.
