> For the complete documentation index, see [llms.txt](https://docs.promptale.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.promptale.io/introduction-to-promptale-ai/patents.md).

# Patents

### Patents

<table data-full-width="false"><thead><tr><th width="284" align="center">Patent Name</th><th width="103" align="center">Date</th><th width="129" align="center">Patent No.</th><th align="center">Status</th></tr></thead><tbody><tr><td align="center"><em>Generating methods for AI that understands the context of multiple sentences</em></td><td align="center">-</td><td align="center">-</td><td align="center"><em>Applied for Patent</em></td></tr><tr><td align="center"><em>Cartoon creation method using LLM and generative AI</em></td><td align="center">-</td><td align="center">-</td><td align="center"><em>Applied for Patent</em></td></tr><tr><td align="center"><em>Utilizing Keyword Advertising Techniques with Generative AI</em></td><td align="center"><em>23.12.11</em></td><td align="center"><em>10-2023-0178298</em></td><td align="center"><em>Patented</em></td></tr><tr><td align="center"><em>A method for providing personalized advertising services based on generative AI models</em></td><td align="center"><em>23.10.11</em></td><td align="center"><em>10-2023-0134856</em></td><td align="center"><em>Patented</em></td></tr><tr><td align="center"><em>A method for providing outdoor advertising services based on generative AI models</em></td><td align="center"><em>23.10.11</em></td><td align="center"><em>10-2023-0134862</em></td><td align="center"><em>Patented</em></td></tr><tr><td align="center"><em>Generating Context-Aware Image Using AI-Based Model</em></td><td align="center"><em>23.09.06</em></td><td align="center"><em>10-2023-0118032</em></td><td align="center"><em>Patented</em></td></tr><tr><td align="center"><em>Image creation scheme using context-aware generative AI</em></td><td align="center"><em>23.11.01</em></td><td align="center"><em>61-2023-008707040</em></td><td align="center"><em>PCT Patented</em></td></tr><tr><td align="center"><em>Converting terrestrial LiDAR data to CityGML files automatically</em></td><td align="center"><em>22.02.28</em></td><td align="center"><em>10-2022-0025847</em></td><td align="center"><em>Patented</em></td></tr><tr><td align="center"><em>Calculation method and system for motion similarity</em></td><td align="center"><em>22.10.07</em></td><td align="center"><em>10-2022-0128717</em></td><td align="center"><em>Patented</em></td></tr><tr><td align="center"><em>Broadcast program recognition system based on video recognition</em></td><td align="center"><em>21.01.22</em></td><td align="center"><em>10-2208-9160000</em></td><td align="center"><em>Patented</em></td></tr><tr><td align="center"><em>Human Body Pose Analysis Device and Method</em></td><td align="center"><em>22.06.20</em></td><td align="center"><em>10-2412-4570000</em></td><td align="center"><em>Patented</em></td></tr></tbody></table>

### Program Copyrights

<table data-full-width="false"><thead><tr><th width="357" align="center">Copyrighted Program</th><th width="194" align="center">Copyrighted Date</th><th align="center">Copyright No.</th></tr></thead><tbody><tr><td align="center"><em>Object Detection Program for Posture Estimation</em></td><td align="center"><em>2020.10.22</em></td><td align="center"><em>C-2020-037129</em></td></tr><tr><td align="center"><em>Image classification program for human behavior recognition</em></td><td align="center"><em>2020.10.22</em></td><td align="center"><em>C-2020-037130</em></td></tr><tr><td align="center"><em>Android-based motion detectionapplication</em></td><td align="center"><em>2020.10.22</em></td><td align="center"><em>C-2020-037131</em></td></tr><tr><td align="center"><em>Motion analysis application in Android environment</em></td><td align="center"><em>2020.10.22</em></td><td align="center"><em>C-2020-037132</em></td></tr><tr><td align="center"><em>Software that utilizes 3D model data to generate automatic spatial standard data and CityGML</em></td><td align="center"><em>2022.02.17</em></td><td align="center"><em>C-2022-009901</em></td></tr><tr><td align="center"><em>Using software for evaluating the risk of gas leaks and explosions based on design drawings or map images.</em></td><td align="center"><em>2022.06-10</em></td><td align="center"><em>C-2022-023762</em></td></tr><tr><td align="center"><em>Edge AI program for CCTV</em></td><td align="center"><em>2023-04-17</em></td><td align="center"><em>C-2023-018212</em></td></tr><tr><td align="center"><em>An AI model program embedded in CCTV</em></td><td align="center"><em>2023-04-17</em></td><td align="center"><em>C-2023-018210</em></td></tr><tr><td align="center"><em>CCTV embedded motion recognition software</em></td><td align="center"><em>2023-04-17</em></td><td align="center"><em>C-2023-018211</em></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.promptale.io/introduction-to-promptale-ai/patents.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
