# 二、基本概念

在Internet Computer（互联网计算机，以下称IC）平台上，你可以很快写出一个成功运行的程序，而不用关心其内部工作机理。然而，学一些基本概念，可以帮你更好地发掘其独特的功能。

了解一些IC平台的架构和设计，你可以知道借助平台能为什么目的和哪类应用实现最大的价值。

本章介绍IC架构和操作相关的最关键的组件和术语。

如果你想马上开始写代码，可跳过本章的概念和术语介绍，以后需要的话再来查阅，或查看[术语表](http://术语表)。

更多入门资料，请查阅以下链接：

* [Overview of the Internet Computer (video)](https://www.youtube.com/watch?v=XgsOKP224Zw)
* [Building on the Internet Computer: Fundamentals (video)](https://www.youtube.com/watch?v=jduSMHxdYD8)
* [Introducing Canisters — An Evolution of Smart Contracts (video)](https://www.youtube.com/watch?v=LKpGuBOXxtQ)
* [Frequently Asked Questions (video and short articles)](https://dfinity.org/faq/)


---

# 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://mixdao.gitbook.io/dfinity/er-ji-ben-gai-nian.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.
