# Intro

### 개요

Texture로 UI를 설계하다보면 한번씩은 "이런 UI는 어떻게 설계하지?", "Constraints로 설계했던 복잡한 UI는 Texture로 어떻게 풀어낼까?", "가장 최적의 Layout 설계는 어떤 형태일까" 궁금한 적이 많으셨을껍니다.&#x20;

이러한 문제를 Cookbook에 설계 노하우를 공유하고 같이 개선해나감으로써 생산성에 기여하고자 합니다.&#x20;

### How to contribute?

제목에는 UI 형태의 이름을 간단히 적어주세요

내용에는 아래와 같은 내용들을 적어주세요.

* 예시 이미지
* 코드 내용
* 그 외 기타 부연설명

<https://github.com/OhKanghoon/Texture-KR-Wiki> fork후 PR을 작성해주시면 됩니다 :]

많은 관심과 기여 부탁드립니다.


---

# 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://texture-kr.gitbook.io/wiki/cookbook/how-to-contribute.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.
