# Introduction

## Next Thing Co CHIP

* [NextThing & FreeElectrons Partnership](http://free-electrons.com/blog/free-electrons-chip-nextthing/)
* [Getting Started with C.H.I.P.](https://nextthingco.zendesk.com/hc/en-us/sections/201702957-Getting-Started-with-C-H-I-P-)
* [Next Thing Co Documentation](http://docs.getchip.com/#introduction)
* [CHIP computer: first sight and comparison with Raspberry Pi Zero - pizero](http://time4ee.com/articles.php?article_id=25)
* [CHIP computer: connection to WiFi, SSH, UART](http://time4ee.com/articles.php?article_id=26)
* [CHIP computer: speed of USB, WiFi, current consumption and pictures from thermal image](http://time4ee.com/articles.php?article_id=27])
* [CHIP computer: flashing OS, python, LED and blinking of LED after boot](http://time4ee.com/articles.php?article_id=28)
* [Flashing new FW](http://docs.getchip.com/chip.html#flash-chip-with-an-os)
* [Flash Get Chip](https://github.com/theiotlearninginitiative/nextthingcochip/tree/a0df730ef33f9fb6a4f6c6628178630402097246/documentation/flash.getchip.com)

## Swift

[Swift on the Next Thing C.H.I.P](http://myroboticadventure.blogspot.mx/2016/06/swift-on-next-thing-chip.html)


---

# 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://theiotlearninginitiative.gitbook.io/nextthingcochip/introduction.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.
